Files
u-boot/include/env/x86.env
Simon Glass a6fca9a51b 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>
2025-06-12 19:43:54 +00:00

21 lines
407 B
Bash

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2011 The Chromium OS Authors.
* (C) Copyright 2008
* Graeme Russ, graeme.russ@gmail.com
*/
pciconfighost=1
netdev=eth0
consoledev=ttyS0
scriptaddr=0x7000000
kernel_addr_r=0x1000000
ramdisk_addr_r=0x8000000
ramdiskfile=initramfs.gz
/* common console settings */
stdin=serial,i8042-kbd,usbkbd
stdout=serial,vidconsole
stderr=serial,vidconsole