diff options
author | Jin Zhengxiong <Jason.Jin@freescale.com> | 2006-07-13 10:35:10 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-13 10:35:10 -0500 |
commit | fcb28e763415e0e4e66b0f45842d1557ae198e5e (patch) | |
tree | d28a123938e04d86e6867869ff6d8c732c2b77ae /common | |
parent | e6cd2a1785d74ec3d30a86f1cb360be8de478151 (diff) | |
download | u-boot-imx-fcb28e763415e0e4e66b0f45842d1557ae198e5e.zip u-boot-imx-fcb28e763415e0e4e66b0f45842d1557ae198e5e.tar.gz u-boot-imx-fcb28e763415e0e4e66b0f45842d1557ae198e5e.tar.bz2 |
Fixed initrd issue by define big RAM
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index a78a16d..e5d70fa 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -538,7 +538,6 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag, initrd_copy_to_ram = 0; } else { /* not set, no restrictions to load high */ initrd_high = ~0; - initrd_copy_to_ram = 0; } #ifdef CONFIG_LOGBUFFER |