gk7205v200-uboot/board/woodburn/Kconfig

26 lines
287 B
Plaintext
Raw Normal View History

2025-08-07 17:13:54 +08: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