2015-11-17 06:20:27 +00:00
|
|
|
if ROCKCHIP_RK3036
|
|
|
|
|
2019-07-09 14:14:15 +00:00
|
|
|
choice
|
|
|
|
prompt "RK3036 board select"
|
|
|
|
|
2015-11-17 06:20:28 +00:00
|
|
|
config TARGET_EVB_RK3036
|
|
|
|
bool "EVB_RK3036"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-11-17 06:20:28 +00:00
|
|
|
|
2015-12-07 03:08:57 +00:00
|
|
|
config TARGET_KYLIN_RK3036
|
|
|
|
bool "KYLIN_RK3036"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-12-07 03:08:57 +00:00
|
|
|
|
2019-07-09 14:14:15 +00:00
|
|
|
endchoice
|
|
|
|
|
2019-07-09 14:14:20 +00:00
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
|
|
default 0x200081c8
|
|
|
|
|
2015-11-17 06:20:28 +00:00
|
|
|
config SYS_SOC
|
2019-03-28 03:01:24 +00:00
|
|
|
default "rk3036"
|
2015-11-17 06:20:28 +00:00
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x400
|
|
|
|
|
2016-09-13 05:18:56 +00:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-07-08 03:30:58 +00:00
|
|
|
source "board/rockchip/evb_rk3036/Kconfig"
|
|
|
|
source "board/rockchip/kylin_rk3036/Kconfig"
|
2015-11-17 06:20:28 +00:00
|
|
|
|
2015-11-17 06:20:27 +00:00
|
|
|
endif
|