From: Jonas Karlman Date: Sun, 6 Apr 2025 00:24:29 +0000 (+0000) Subject: rockchip: rk3568: Drop BOARD_LATE_INIT from target config X-Git-Tag: v2025.07-rc1~33^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7fdd0a8985965e64087894bfce5fa8d7ad5551;p=pandora-u-boot.git 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 Reviewed-by: Kever Yang --- 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.