commit | 004877805a78ca87f50d942d1d374d38cc15a958 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Nov 29 12:53:15 2006 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Nov 29 16:13:43 2006 +0100 |
tree | 5ab0e5229f106e147ef94d1c3ea8ec5d331071a7 | |
parent | 44facefde062b1bccfb42e02c68b9864b8c3a096 [diff] |
[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>