
12 May
2007
12 May
'07
4:23 p.m.
In message 20070512140503.GB28102@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@denx.de
Q: What's a light-year?
A: One-third less calories than a regular year.