Changeset 6d37d27 in mainline for boot/arch/ppc32/loader/main.c


Ignore:
Timestamp:
2008-09-05T11:24:28Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9ddab2
Parents:
6745592
Message:

ppc32 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/loader/main.c

    r6745592 r6d37d27  
    117117        }
    118118       
    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");
    123121       
    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");
    128124       
    129125        printf("\nDevice statistics\n");
Note: See TracChangeset for help on using the changeset viewer.