Changeset 84 for trunk

Show
Ignore:
Timestamp:
10/30/08 15:57:35 (2 months ago)
Author:
stepan
Message:

Patch from Arne Georg Gleditsch

The latest svn revisions of filo and libpayload (r83 and r3708) conspire
to add the video console driver twice to the console_out list. This
causes the list to become circular, with the effect that device_putchar
spins in a loop printing the first character it is given. ("F".)

Trivial patch and .config appended. (One might perhaps also consider
making device_putchar or console_add_* more robust in the face of this
kind of error, but I settled for this.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/filo/main/filo.c

    r83 r84  
    5050    /* Set up the consoles. */ 
    5151    console_init(); 
    52 #ifdef CONFIG_VIDEO_CONSOLE 
    53     video_console_init(); 
    54 #endif 
    5552 
    5653    /* Gather system information, and implicitly sets up timers */