diff options
| author | Johan Jonker <[email protected]> | 2022-10-18 13:25:00 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-10-19 19:30:48 +0800 |
| commit | f9c68a566c4d417c01d65cbde92a02e11511a143 (patch) | |
| tree | 7b50b38636aacfc0e5b2f113755bf9c07e0d3781 /arch | |
| parent | e2ff1d0fa777b11ad6b26432cb7613ab433b15d6 (diff) | |
rockchip: phycore_rk3288: remove phycore_init() function
The phycore_rk3288 board has a SPL size problem,
so remove phycore_init() function to stay within the limits.
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Wadim Egorov <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index e8c57843a38..1be2b585212 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -89,7 +89,6 @@ config TARGET_MIQI_RK3288 config TARGET_PHYCORE_RK3288 bool "phyCORE-RK3288" select BOARD_LATE_INIT - select SPL_BOARD_INIT if SPL help Add basic support for the PCM-947 carrier board, a RK3288 based development board made by PHYTEC. This board works in a combination |
