Re: [U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > We could use the following two facts: > 1. the image contents are printed with only two indentations: 0 or 3 spaces, > 2. indentation with 3 spaces is used in U-Boot, indentation with 0 > spaces is used in mkimage. > > With the following change we coul

Re: [U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-14 Thread Bartlomiej Sieka
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> 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 (hd

Re: [U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> 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

[U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-09 Thread Bartlomiej Sieka
As suggested by Wolfgang Denk: - remove wrappers for image printing function - merge getenv_verify and getenv_autostart into one parametrized function Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- board/mpl/common/common_util.c |2 +- board/siemens/common/fpga.c|2 +- commo