mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +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;
|
||||
} else { /* not set, no restrictions to load high */
|
||||
initrd_high = ~0;
|
||||
initrd_copy_to_ram = 0;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_LOGBUFFER
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue