Fixed initrd issue by define big RAM

Signed-off-by:Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
Jin Zhengxiong 2006-07-13 10:35:10 -05:00 committed by Jon Loeliger
parent e6cd2a1785
commit fcb28e7634
2 changed files with 1 additions and 1 deletions

View file

@ -538,7 +538,6 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag,
initrd_copy_to_ram = 0; initrd_copy_to_ram = 0;
} else { /* not set, no restrictions to load high */ } else { /* not set, no restrictions to load high */
initrd_high = ~0; initrd_high = ~0;
initrd_copy_to_ram = 0;
} }
#ifdef CONFIG_LOGBUFFER #ifdef CONFIG_LOGBUFFER

View file

@ -100,6 +100,7 @@
*/ */
#define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/ #define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
#define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE #define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE
#define CONFIG_VERY_BIG_RAM
#define MPC86xx_DDR_SDRAM_CLK_CNTL #define MPC86xx_DDR_SDRAM_CLK_CNTL