x86: Move ramdisk higher
With kernel size going above 15M we need enough space between where the kernel loaded and the ramdisk, otherwise the kernel corrupts its ramdisk while relocating itself. Move the ramdisk up to 128M Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
2
include/env/x86.env
vendored
2
include/env/x86.env
vendored
@@ -11,7 +11,7 @@ netdev=eth0
|
||||
consoledev=ttyS0
|
||||
scriptaddr=0x7000000
|
||||
kernel_addr_r=0x1000000
|
||||
ramdisk_addr_r=0x4000000
|
||||
ramdisk_addr_r=0x8000000
|
||||
ramdiskfile=initramfs.gz
|
||||
|
||||
/* common console settings */
|
||||
|
||||
Reference in New Issue
Block a user