Skip to content

Commit

Permalink
uboot-rockchip: fix NanoPi-R3S defconfig (#13232)
Browse files Browse the repository at this point in the history
Fixes: #12491, #13001
  • Loading branch information
jpsn123 authored Dec 23, 2024
1 parent 7953c94 commit f21df97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
+};
--- /dev/null
+++ b/configs/nanopi-r3s-rk3566_defconfig
@@ -0,0 +1,84 @@
@@ -0,0 +1,85 @@
+CONFIG_ARM=y
+CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_COUNTER_FREQUENCY=24000000
Expand All @@ -24,6 +24,7 @@
+CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc00000
+CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3566-nanopi-r3s"
+CONFIG_ROCKCHIP_RK3568=y
+CONFIG_SYS_MALLOC_F_LEN=0x4000
+CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y
+CONFIG_SPL_ROCKCHIP_COMMON_BOARD=y
+CONFIG_SPL_MMC=y
Expand Down

0 comments on commit f21df97

Please sign in to comment.