GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
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_SUPPORT
|
||||
default y
|
||||
|
||||
source "board/rockchip/evb_rk3036/Kconfig"
|
||||
source "board/rockchip/kylin_rk3036/Kconfig"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user