]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Add new uImage format support to autoscript routine
authorMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:33:00 +0000 (10:33 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:33:00 +0000 (10:33 +0100)
commit424c4abdd175d2c470510df8ce0e32d3f463ec16
tree83e552c0562b334d934376eb717229e118f6db66
parentcd7c596e9f561dbbc17b717277438aee78cde14f
[new uImage] Add new uImage format support to autoscript routine

autoscript() routine is updated to accept second argument, which
is only used for FIT images and provides a FIT subimage unit name.

autoscript() routine callers must now pass two arguments. For
non-interactive use (like in cmd_load.c, cmd_net.c), new environment
variable 'autoscript_uname' is introduced and used as a FIT
subimage unit name source.

autoscript command accepts extended syntax of the addr argument:
addr:<subimg_uname>

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
board/pn62/cmd_pn62.c
common/cmd_autoscript.c
common/cmd_load.c
common/cmd_net.c
include/common.h