16 lines
215 B
Plaintext
16 lines
215 B
Plaintext
if ROCKCHIP_RK1808
|
|
|
|
config TARGET_EVB_RK1808
|
|
bool "EVB_RK1808"
|
|
select BOARD_LATE_INIT
|
|
|
|
config SYS_SOC
|
|
default "rockchip"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
source "board/rockchip/evb_rk1808/Kconfig"
|
|
|
|
endif
|