projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba2e2c
)
mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Mon, 8 Sep 2008 19:01:29 +0000
(21:01 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 9 Sep 2008 13:53:22 +0000
(15:53 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
lib_mips/bootm.c
patch
|
blob
|
history
diff --git
a/lib_mips/bootm.c
b/lib_mips/bootm.c
index c1bf21e3fc28c94fc884410f0831db0956d849c7..dced28c7c147aa4fc2d5c81a013623c8298749c5 100644
(file)
--- a/
lib_mips/bootm.c
+++ b/
lib_mips/bootm.c
@@
-73,7
+73,7
@@
int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
linux_env_set ("memsize", env_buf);
sprintf (env_buf, "0x%08X", (uint) UNCACHED_SDRAM (images->rd_start));
- linux_env_set ("i
mages->
rd_start", env_buf);
+ linux_env_set ("i
nit
rd_start", env_buf);
sprintf (env_buf, "0x%X", (uint) (images->rd_end - images->rd_start));
linux_env_set ("initrd_size", env_buf);