Added unknown (TODO) BOOT_SEL printing.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@241 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent df3728c608
commit e7c6724c2e

@ -196,7 +196,7 @@ pxa250_bus_width( parts *ps )
case 5:
case 6:
case 7:
printf( "TODO - BOOT_SEL\n" );
printf( "TODO - BOOT_SEL: %d\n", boot_sel );
return 0;
default:
printf( "BUG in code, file %s, line %d.\n", __FILE__, __LINE__ );

Loading…
Cancel
Save