projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d7cb9
)
cmd_elf: Fix broken bootvx command
author
Reinhard Arlt
<reinhard.arlt@esd.eu>
Mon, 4 Feb 2013 09:37:11 +0000
(09:37 +0000)
committer
Tom Rini
<trini@ti.com>
Wed, 20 Feb 2013 13:52:29 +0000
(08:52 -0500)
Fix broken bootvx command.
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
common/cmd_elf.c
patch
|
blob
|
history
diff --git
a/common/cmd_elf.c
b/common/cmd_elf.c
index a667a469b5684b9e7cbf6979e11add18e8660f5e..ab9c7e332d97b200109e09e464b0fb786ac967c6 100644
(file)
--- a/
common/cmd_elf.c
+++ b/
common/cmd_elf.c
@@
-198,7
+198,7
@@
int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
* defaults to 0x4200
*/
tmp = getenv("bootaddr");
- if (tmp)
+ if (
!
tmp)
bootaddr = CONFIG_SYS_VXWORKS_BOOT_ADDR;
else
bootaddr = simple_strtoul(tmp, NULL, 16);