summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFUKAUMI Naoki <[email protected]>2023-09-11 19:01:21 +0900
committerKever Yang <[email protected]>2023-10-07 16:49:41 +0800
commit992f297e35309a57b18e1eba0b038cfc3e745b68 (patch)
tree1458566e6ecc80f7638ad63d1dd105e57ab336a9 /include
parent667742a918f1a6c59737163a9cd94e3042b0663d (diff)
configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY
enable CONFIG_OF_LIBFDT_OVERLAY and use it on Radxa ROCK Pi S. Signed-off-by: FUKAUMI Naoki <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rk3308_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3308_common.h b/include/configs/rk3308_common.h
index a413af1bd4a..861154fbeb0 100644
--- a/include/configs/rk3308_common.h
+++ b/include/configs/rk3308_common.h
@@ -17,6 +17,7 @@
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
"fdt_addr_r=0x03e00000\0" \
+ "fdtoverlay_addr_r=0x03f00000\0" \
"kernel_addr_r=0x00680000\0" \
"ramdisk_addr_r=0x04000000\0"