summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2025-04-06 00:24:29 +0000
committerKever Yang <[email protected]>2025-04-23 22:12:02 +0800
commit6a7fdd0a8985965e64087894bfce5fa8d7ad5551 (patch)
treef3bfa19036567e65363b387ac36b12c50ef8d023
parent0992c6690314d4eeb818e0c113e0bd2deeea8f53 (diff)
rockchip: rk3568: Drop BOARD_LATE_INIT from target config
BOARD_LATE_INIT is already selected by ROCKCHIP_RK3568 so there is no need to select it under any board target config. Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Kever Yang <[email protected]>
-rw-r--r--arch/arm/mach-rockchip/rk3568/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3568/Kconfig b/arch/arm/mach-rockchip/rk3568/Kconfig
index 8a18b411c86..01b53a47ddb 100644
--- a/arch/arm/mach-rockchip/rk3568/Kconfig
+++ b/arch/arm/mach-rockchip/rk3568/Kconfig
@@ -5,7 +5,6 @@ choice
config TARGET_EVB_RK3568
bool "RK3568 evaluation board"
- select BOARD_LATE_INIT
help
RK3568 EVB is a evaluation board for Rockchp RK3568.