Ticket #6105: of_disable_framebuffer.diff

File of_disable_framebuffer.diff, 379 bytes (added by andreasf, 14 years ago)

how to: disable frame buffer once applied

  • src/system/boot/platform/openfirmware/start.c

    diff --git a/src/system/boot/platform/openfirmware/start.c b/src/system/boot/platform/openfirmware/start.c
    index 7a8dc2e..00bae64 100644
    a b uint32  
    111111platform_boot_options(void)
    112112{
    113113    // ToDo: implement me!
    114     return 0;
     114    return BOOT_OPTION_DEBUG_OUTPUT;
    115115}
    116116
    117117