mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
16 lines
190 B
Text
16 lines
190 B
Text
|
if TARGET_IMX31_PHYCORE
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1136"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx31_phycore"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx31"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx31_phycore"
|
||
|
|
||
|
endif
|