diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-06 16:27:54 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-15 11:52:39 +0200 |
commit | bcca8aa9ee43be0f0bf7c14ce34cfbbd891c373e (patch) | |
tree | 5a061ddc509f1703d33f74bdab5538a979e2db45 /arch/arm/Kconfig | |
parent | ebca6013c086356419a462dc1adbef858a5ada67 (diff) | |
download | u-boot-bcca8aa9ee43be0f0bf7c14ce34cfbbd891c373e.tar.gz |
imx31_phycore: Delete
This platform has been marked as orphaned since September 2013, remove.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c52ff025a..056dacc16f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -444,17 +444,6 @@ config TARGET_X600 select SUPPORT_SPL select PL011_SERIAL -config TARGET_IMX31_PHYCORE - bool "Support imx31_phycore_eet" - select CPU_ARM1136 - select BOARD_EARLY_INIT_F - -config TARGET_IMX31_PHYCORE_EET - bool "Support imx31_phycore_eet" - select BOARD_LATE_INIT - select CPU_ARM1136 - select BOARD_EARLY_INIT_F - config TARGET_MX31ADS bool "Support mx31ads" select CPU_ARM1136 @@ -1317,7 +1306,6 @@ source "board/gumstix/pepper/Kconfig" source "board/h2200/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/hisilicon/poplar/Kconfig" -source "board/imx31_phycore/Kconfig" source "board/isee/igep003x/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/silica/pengwyn/Kconfig" |