]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 8 Sep 2008 19:01:29 +0000 (21:01 +0200)
committerWolfgang 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

index c1bf21e3fc28c94fc884410f0831db0956d849c7..dced28c7c147aa4fc2d5c81a013623c8298749c5 100644 (file)
@@ -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 ("images->rd_start", env_buf);
+       linux_env_set ("initrd_start", env_buf);
 
        sprintf (env_buf, "0x%X", (uint) (images->rd_end - images->rd_start));
        linux_env_set ("initrd_size", env_buf);