[U-Boot] [PATCH v6 1/8] x86: adjust ramdisk load address

Bin Meng bmeng.cn at gmail.com
Tue Jan 12 05:00:17 CET 2016


On Thu, Jan 7, 2016 at 5:31 PM, Miao Yan <yanmiaobest at gmail.com> wrote:
> By default, ramdisk load address is defined to 02000000 in env string.
> When loading bzImage to 01000000 (default address), there's a chance that
> the ramdisk header would be overwritten by the kernel. Thus increase the
> gap and make ramdisk load at 04000000 by default and also this patch
> introduces a new configuration item CONFIG_RAMDISK_ADDR for this purpose
>
> Signed-off-by: Miao Yan <yanmiaobest at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list