projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c8321
)
rockchip: rv1126: Move RAM disk address
author
Tim Lunn
<tim@feathertop.org>
Wed, 24 Jan 2024 03:26:02 +0000
(14:26 +1100)
committer
Kever Yang
<kever.yang@rock-chips.com>
Sun, 4 Feb 2024 10:45:58 +0000
(18:45 +0800)
OPTEE gets loaded into a memory region overlapping with the ram disk.
Fix the ramdisk address so it doesn't overlap with the OPTEE memory
region.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rv1126_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rv1126_common.h
b/include/configs/rv1126_common.h
index 168cd8b1673ea2b848e509f7ac2952e859eff553..ea290f763c015c71fd8fe09d2638b63fc48555de 100644
(file)
--- a/
include/configs/rv1126_common.h
+++ b/
include/configs/rv1126_common.h
@@
-26,7
+26,7
@@
"fdt_addr_r=0x08300000\0" \
"fdtoverlay_addr_r=0x02000000\0" \
"kernel_addr_r=0x02008000\0" \
- "ramdisk_addr_r=0x0a
2
00000\0"
+ "ramdisk_addr_r=0x0a
4
00000\0"
#define CFG_EXTRA_ENV_SETTINGS \
"fdt_high=0x0fffffff\0" \