summaryrefslogtreecommitdiff
path: root/board/imx31_phycore
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-01-23 00:43:09 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-24 15:33:53 (GMT)
commitf428268adb7b632e3477f1f2b98df07eb0cb6040 (patch)
treed114e7688c5baf3d5dcde4cde43a262cdcbf8b6c /board/imx31_phycore
parent5d3c4ba19f0537313aa23f29894bc05952f08206 (diff)
downloadu-boot-f428268adb7b632e3477f1f2b98df07eb0cb6040.tar.xz
imx31_phycore: Split the eet variant out into a different TARGET
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>
Diffstat (limited to 'board/imx31_phycore')
-rw-r--r--board/imx31_phycore/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imx31_phycore/Kconfig b/board/imx31_phycore/Kconfig
index d3d2025..e897ee1 100644
--- a/board/imx31_phycore/Kconfig
+++ b/board/imx31_phycore/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_IMX31_PHYCORE
+if TARGET_IMX31_PHYCORE || TARGET_IMX31_PHYCORE_EET
config SYS_BOARD
default "imx31_phycore"