git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0992c66
)
rockchip: rk3568: Drop BOARD_LATE_INIT from target config
author
Jonas Karlman
<jonas@kwiboo.se>
Sun, 6 Apr 2025 00:24:29 +0000
(
00:24
+0000)
committer
Kever Yang
<kever.yang@rock-chips.com>
Wed, 23 Apr 2025 14:12:02 +0000
(22:12 +0800)
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 <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3568/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3568/Kconfig
b/arch/arm/mach-rockchip/rk3568/Kconfig
index
8a18b41
..
01b53a4
100644
(file)
--- 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.