From f428268adb7b632e3477f1f2b98df07eb0cb6040 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 22 Jan 2017 19:43:09 -0500 Subject: 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 --- board/imx31_phycore/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/imx31_phycore') 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" -- cgit v1.1