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
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
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
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