]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
authorStefan Roese <sr@denx.de>
Wed, 29 Nov 2006 11:53:15 +0000 (12:53 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Nov 2006 15:13:43 +0000 (16:13 +0100)
commit1bdd46832aeb569f5e04b1f20f64318525b6525a
tree5ab0e5229f106e147ef94d1c3ea8ec5d331071a7
parent4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command

In the bootvx command the load address was only read from the env
variable "loadaddr" and not optionally passed as paramter as described
in the help. This is fixed with this patch. The behaviour is now the
same as in the bootelf command.

Signed-off-by: Stefan Roese <sr@denx.de>
common/cmd_elf.c