summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUKAUMI Naoki <naoki@radxa.com>2023-09-11 19:01:21 +0900
committerKever Yang <kever.yang@rock-chips.com>2023-10-07 16:49:41 +0800
commit992f297e35309a57b18e1eba0b038cfc3e745b68 (patch)
tree1458566e6ecc80f7638ad63d1dd105e57ab336a9
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 <naoki@radxa.com>
-rw-r--r--configs/rock-pi-s-rk3308_defconfig1
-rw-r--r--include/configs/rk3308_common.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig
index feb2b2c4320..9908a4b4f45 100644
--- a/configs/rock-pi-s-rk3308_defconfig
+++ b/configs/rock-pi-s-rk3308_defconfig
@@ -9,6 +9,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x800000
CONFIG_DEFAULT_DEVICE_TREE="rk3308-rock-pi-s"
+CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_ROCKCHIP_RK3308=y
CONFIG_SPL_DRIVERS_MISC=y
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"