diff options
Diffstat (limited to 'board/ti/beagle/beagle.c')
| -rw-r--r-- | board/ti/beagle/beagle.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index c09c83398..114ab7e45 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle.c @@ -485,7 +485,7 @@ int board_mmc_init(bd_t *bis)  /* Call usb_stop() before starting the kernel */  void show_boot_progress(int val)  { -	if(val == 15) +	if (val == BOOTSTAGE_ID_RUN_OS)  		usb_stop();  } |