mirror of https://github.com/armbian/build.git
36 lines
975 B
Diff
36 lines
975 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Ricardo Pardini <ricardo@pardini.net>
|
||
|
Date: Sat, 18 Feb 2023 11:40:33 +0100
|
||
|
Subject: hack: higher ramdisk load address both in u-boot source and
|
||
|
bootscript
|
||
|
|
||
|
---
|
||
|
include/configs/x86-common.h | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
|
||
|
index 8bd0716c08d..f1907792d33 100644
|
||
|
--- a/include/configs/x86-common.h
|
||
|
+++ b/include/configs/x86-common.h
|
||
|
@@ -13,7 +13,7 @@
|
||
|
*/
|
||
|
|
||
|
/* Default environment */
|
||
|
-#define CFG_RAMDISK_ADDR 0x4000000
|
||
|
+#define CFG_RAMDISK_ADDR 0x8000000
|
||
|
#if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
|
||
|
#define CFG_OTHBOOTARGS "othbootargs=\0"
|
||
|
#else
|
||
|
@@ -33,7 +33,7 @@
|
||
|
CFG_OTHBOOTARGS \
|
||
|
"scriptaddr=0x7000000\0" \
|
||
|
"kernel_addr_r=0x1000000\0" \
|
||
|
- "ramdisk_addr_r=0x4000000\0" \
|
||
|
+ "ramdisk_addr_r=0x8000000\0" \
|
||
|
"ramdiskfile=initramfs.gz\0"
|
||
|
|
||
|
|
||
|
--
|
||
|
Armbian
|
||
|
|