MC3302_SDK_V1.1.9_202507281.../bsp/ramboot/board/woodburn/Kconfig

26 lines
287 B
Plaintext
Raw Permalink Normal View History

2025-11-11 04:08:31 +00:00
if TARGET_WOODBURN
config SYS_BOARD
default "woodburn"
config SYS_SOC
default "mx35"
config SYS_CONFIG_NAME
default "woodburn"
endif
if TARGET_WOODBURN_SD
config SYS_BOARD
default "woodburn"
config SYS_SOC
default "mx35"
config SYS_CONFIG_NAME
default "woodburn_sd"
endif