From: Jin Zhengxiong Date: Thu, 13 Jul 2006 15:35:10 +0000 (-0500) Subject: Fixed initrd issue by define big RAM X-Git-Tag: v2008.10-rc1~1125^2~1^2~20^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcb28e763415e0e4e66b0f45842d1557ae198e5e;p=platform%2Fkernel%2Fu-boot.git Fixed initrd issue by define big RAM Signed-off-by:Jason Jin --- 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 diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index b089769..aca2ecc 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -100,6 +100,7 @@ */ #define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/ #define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE +#define CONFIG_VERY_BIG_RAM #define MPC86xx_DDR_SDRAM_CLK_CNTL