mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-26 17:11:32 +00:00
Fixed initrd issue by define big RAM
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
parent
e6cd2a1785
commit
fcb28e7634
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue