mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Patch by Michael Bendzick, 12 Jul 2004:
fix output formatting in drivers/cfi_flash.c
This commit is contained in:
parent
07cba3514b
commit
75b1fa7864
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
|||
Changes since U-Boot 1.1.1:
|
||||
======================================================================
|
||||
|
||||
* Patch by Michael Bendzick, 12 Jul 2004:
|
||||
fix output formatting in drivers/cfi_flash.c
|
||||
|
||||
* Patch by Mark Jonas, 02 Jul 2004:
|
||||
Fix lowboot (again) on MPC5xxx
|
||||
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ void flash_print_info (flash_info_t * info)
|
|||
if ((i % 5) == 0)
|
||||
printf ("\n ");
|
||||
printf (" %08lX%s",
|
||||
info->start[i], info->protect[i] ? " (RO)" : " ");
|
||||
info->start[i], info->protect[i] ? " (RO)" : " ");
|
||||
#endif
|
||||
}
|
||||
putc ('\n');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue