18 lines
275 B
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
if ROCKCHIP_RK3562
config TARGET_EVB_RK3562
bool "EVB_RK3562"
select BOARD_LATE_INIT
help
RK3562 EVB is a evaluation board for Rockchp RK3562.
config SYS_SOC
default "rockchip"
config SYS_MALLOC_F_LEN
default 0x400
source board/rockchip/evb_rk3562/Kconfig
endif