diff options
Diffstat (limited to 'board/barco/barco.c')
| -rw-r--r-- | board/barco/barco.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/barco/barco.c b/board/barco/barco.c index a19e1edab..d7a00782b 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -307,19 +307,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD (  		try_working, 1, 1, barcobcd_boot_image,  		"check flash value and boot the appropriate image", -		"\n" +		""  	  );  U_BOOT_CMD (  		boot_working, 1, 1, barcobcd_boot_image,  		"check flash value and boot the appropriate image", -		"\n" +		""  	  );  U_BOOT_CMD (  		boot_default, 1, 1, barcobcd_boot_image,  		"check flash value and boot the appropriate image", -		"\n" +		""  	  );  /*   * We are not using serial communication, so just provide empty functions |