Changeset 6d37d27 in mainline for boot/arch/ppc32/loader/main.c
- Timestamp:
- 2008-09-05T11:24:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9ddab2
- Parents:
- 6745592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/main.c
r6745592 r6d37d27 117 117 } 118 118 119 if (!ofw_screen(&bootinfo.screen)) { 120 printf("Error: unable to get screen properties, halting.\n"); 121 halt(); 122 } 119 if (!ofw_screen(&bootinfo.screen)) 120 printf("Warning: unable to get screen properties.\n"); 123 121 124 if (!ofw_keyboard(&bootinfo.keyboard)) { 125 printf("Error: unable to get keyboard properties, halting.\n"); 126 halt(); 127 } 122 if (!ofw_keyboard(&bootinfo.keyboard)) 123 printf("Warning: unable to get keyboard properties.\n"); 128 124 129 125 printf("\nDevice statistics\n");
Note:
See TracChangeset
for help on using the changeset viewer.