Changeset 21267897 in rtems
- Timestamp:
- 01/19/17 20:37:13 (7 years ago)
- Branches:
- 5, master
- Children:
- e8606d5b
- Parents:
- 70e8abf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/raspberrypi/console/console_select.c
r70e8abf r21267897 96 96 97 97 if ( opt ) { 98 if ( strncmp( opt, "fbcons", sizeof( "fbcons" - 1 )) == 0 ) {98 if ( strncmp( opt, "fbcons", sizeof( "fbcons" ) - 1 ) == 0 ) { 99 99 if ( rpi_video_is_initialized() > 0 ) { 100 100 Console_Port_Minor = BSP_CONSOLE_FB;
Note: See TracChangeset
for help on using the changeset viewer.