[U-Boot-Users] [PATCH] cmd_flash.c

Hello,
This patch causes cmd_flash.c to report errors. There are several cases where the flash commands can return silently even if they fail. This is can lead to further problems.
...done with some of the easy patches. One of the people here just got a USB client serial console running, it can do Kermit at blazing speed and allows the use of u-boot with out a rs232 header on OMAPs. Don't have the time to break up all the needed patches.
Regards,
Richard W.

In message 71555548814716479478431542AA5F8A059042@dlee2k04.ent.ti.com you wrote:
This patch causes cmd_flash.c to report errors. There are several cases where the flash commands can return silently even if they fail. This is can lead to further problems.
Please don't re-invent the wheel. Instead of adding a new (IMHO ugly) implementation of an errpr printing function for flash errors (print_flash_error) you can use existing code (flash_perror).
Please cleanup and resubmit.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Woodruff, Richard