mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
168eef7ada
Enable soc support for SPL and U-boot skeleton. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
18 lines
253 B
Text
18 lines
253 B
Text
if ROCKCHIP_RK322X
|
|
|
|
config TARGET_EVB_RK3229
|
|
bool "EVB_RK3229"
|
|
select BOARD_LATE_INIT
|
|
|
|
config SYS_SOC
|
|
default "rockchip"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
config SPL_SERIAL_SUPPORT
|
|
default y
|
|
|
|
source "board/rockchip/evb_rk3229/Kconfig"
|
|
|
|
endif
|