mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
26 lines
287 B
Text
26 lines
287 B
Text
|
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
|