forked from Imagelibrary/rtems
beatnik/startup/bspstart.c: Fix printf() format warnings
This commit is contained in:
@@ -373,7 +373,7 @@ void bsp_start( void )
|
||||
BSP_timers_initialize();
|
||||
|
||||
#ifdef SHOW_MORE_INIT_SETTINGS
|
||||
printk("MSR %x \n", _read_MSR());
|
||||
printk("MSR 0x%lx \n", _read_MSR());
|
||||
printk("Exit from bspstart\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user