mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
e5ec48152a
This option should not really be user selectable. Note that on PowerPC we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be conditional on that. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)
23 lines
371 B
Text
23 lines
371 B
Text
if ROCKCHIP_RK3036
|
|
|
|
config TARGET_EVB_RK3036
|
|
bool "EVB_RK3036"
|
|
select BOARD_LATE_INIT
|
|
|
|
config TARGET_KYLIN_RK3036
|
|
bool "KYLIN_RK3036"
|
|
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_rk3036/Kconfig"
|
|
source "board/rockchip/kylin_rk3036/Kconfig"
|
|
|
|
endif
|