mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
2a73606668
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
31 lines
461 B
Text
31 lines
461 B
Text
if ROCKCHIP_RK3036
|
|
|
|
choice
|
|
prompt "RK3036 board select"
|
|
|
|
config TARGET_EVB_RK3036
|
|
bool "EVB_RK3036"
|
|
select BOARD_LATE_INIT
|
|
|
|
config TARGET_KYLIN_RK3036
|
|
bool "KYLIN_RK3036"
|
|
select BOARD_LATE_INIT
|
|
|
|
endchoice
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0x200081c8
|
|
|
|
config SYS_SOC
|
|
default "rk3036"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
config SPL_SERIAL
|
|
default y
|
|
|
|
source "board/rockchip/evb_rk3036/Kconfig"
|
|
source "board/rockchip/kylin_rk3036/Kconfig"
|
|
|
|
endif
|