[U-Boot-Users] [PATCH] Memory footprint optimizations
Wolfgang Denk
wd at denx.de
Thu Apr 10 00:56:10 CEST 2008
In message <20080409213733.5006.37998.stgit at pollux.denx.de> you wrote:
> As suggested by Wolfgang Denk:
> - remove wrappers for image printing function
> - merge getenv_verify and getenv_autostart into one parametrized function
...
> - image_print_contents (hdr);
> + image_print_contents (hdr, " ");
Now we have some 20+ calls of
image_print_contents (hdr, " ");
plus two calls of
image_print_contents (hdr, "");
Maybe there is some clever way to get rid of this second argument?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: 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
Die meisten Menschen pflegen im Kindesalter vom Zeigen auf Gegenstän-
de (Mausbewegung) und "ga" sagen (Mausklick) abzukommen, zugunsten
eines mächtigeren und langwierig zu erlernenden Tools (Sprache).
-- Achim Linder in de.comp.os.linux.misc
More information about the U-Boot
mailing list