mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 12:40:43 +01:00
Rename CONFIG_IMX31_PHYCORE_EET to CONFIG_TARGET_IMX31_PHYCORE_EET and make this a distinct config target. Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
183 B
Text
12 lines
183 B
Text
if TARGET_IMX31_PHYCORE || TARGET_IMX31_PHYCORE_EET
|
|
|
|
config SYS_BOARD
|
|
default "imx31_phycore"
|
|
|
|
config SYS_SOC
|
|
default "mx31"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx31_phycore"
|
|
|
|
endif
|