mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
32 lines
363 B
Text
32 lines
363 B
Text
|
if TARGET_IMX27LITE
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx27lite"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "logicpd"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx27"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx27lite"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_MAGNESIUM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx27lite"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "logicpd"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx27"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "magnesium"
|
||
|
|
||
|
endif
|