[U-Boot-Users] [PATCH u-boot-fdt] Reorganize and fix problems (returns) in the bootm command.

Wolfgang Denk wd at denx.de
Sat May 12 16:23:58 CEST 2007


In message <20070512140503.GB28102 at cideas.com> you wrote:
>
> +				puts ("ERROR: Load address overwrites Flat Device Tree uImage\nMust RESET board to recover\n");
...
> +				puts ("ERROR: Flat Device Tree header checksum is invalid\nMust RESET board to recover\n");
...

etc.

These lines are WAY too long!!!

Use something like this instead:

			puts ("ERROR: Load address overwrites Flat Device Tree uImage\n"
			      Must RESET board to recover\n");

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,    CEO: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Q:  What's a light-year?
A:  One-third less calories than a regular year.




More information about the U-Boot mailing list