uboot/board/woodburn/Kconfig

32 lines
357 B
Plaintext

if TARGET_WOODBURN
config SYS_CPU
default "arm1136"
config SYS_BOARD
default "woodburn"
config SYS_SOC
default "mx35"
config SYS_CONFIG_NAME
default "woodburn"
endif
if TARGET_WOODBURN_SD
config SYS_CPU
default "arm1136"
config SYS_BOARD
default "woodburn"
config SYS_SOC
default "mx35"
config SYS_CONFIG_NAME
default "woodburn_sd"
endif