18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
if ROCKCHIP_RV1103B
|
|
|
|
config TARGET_EVB_RV1103B
|
|
bool "EVB_RV1103B"
|
|
select BOARD_LATE_INIT
|
|
help
|
|
RV1103B EVB is a evaluation board for Rockchip RV1103B.
|
|
|
|
config SYS_SOC
|
|
default "rockchip"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
source board/rockchip/evb_rv1103b/Kconfig
|
|
|
|
endif
|