genio: u-boot: patch: include pxefile_addr_r == scriptaddr at 0x40000000
- include pxefile_addr_r == scriptaddr at 0x40000000 so PXE works OOB
- before this, would need to be set in env manually
Fixes: 431f53df3e
This commit is contained in:
parent
1b1e24e4d7
commit
f9a1e52aeb
@ -5,21 +5,23 @@ Subject: GENIO: mt8195: fdt_addr_r/kernel_addr_r/ramdisk_addr_r for large
|
||||
kernels/initrds
|
||||
|
||||
General purpose OS's like Armbian have some huge initrds and kernels, make space.
|
||||
- include pxefile_addr_r == scriptaddr at 0x40000000 so PXE works OOB
|
||||
|
||||
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
|
||||
---
|
||||
include/configs/mt8195.h | 12 +++++-----
|
||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
||||
include/configs/mt8195.h | 14 ++++++----
|
||||
1 file changed, 8 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/include/configs/mt8195.h b/include/configs/mt8195.h
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/include/configs/mt8195.h
|
||||
+++ b/include/configs/mt8195.h
|
||||
@@ -133,11 +133,11 @@
|
||||
@@ -133,11 +133,12 @@
|
||||
#if !IS_ENABLED(CONFIG_SPI_FLASH)
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"scriptaddr=0x40000000\0" \
|
||||
- "fdt_addr_r=0x44000000\0" \
|
||||
+ "pxefile_addr_r=0x40000000\0" \
|
||||
+ "fdt_addr_r=0x56000000\0" \
|
||||
"fdtoverlay_addr_r=0x44c00000\0" \
|
||||
"fdt_resize=0x3000\0" \
|
||||
@ -30,11 +32,12 @@ index 111111111111..222222222222 100644
|
||||
"fdtfile=" CONFIG_DEFAULT_FDT_FILE ".dtb\0" \
|
||||
"splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
|
||||
"splashsource=mmc_fs\0" \
|
||||
@@ -148,11 +148,11 @@
|
||||
@@ -148,11 +149,12 @@
|
||||
#else
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"scriptaddr=0x40000000\0" \
|
||||
- "fdt_addr_r=0x44000000\0" \
|
||||
+ "pxefile_addr_r=0x40000000\0" \
|
||||
+ "fdt_addr_r=0x56000000\0" \
|
||||
"fdtoverlay_addr_r=0x44c00000\0" \
|
||||
"fdt_resize=0x3000\0" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user