diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:04 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:11:15 -0400 |
commit | a6f7f78744320639a6ddb797819f54e930a6ed23 (patch) | |
tree | 9c3a6a8e8238f21774de88a297d248bb3e647c64 /arch | |
parent | 5522f12b3c5224b19e84a501936830830e00c1ce (diff) | |
download | talos-obmc-uboot-a6f7f78744320639a6ddb797819f54e930a6ed23.tar.gz talos-obmc-uboot-a6f7f78744320639a6ddb797819f54e930a6ed23.zip |
arm: Remove enbw_cmc board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 4997b2ce54..8079fabd6f 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -4,9 +4,6 @@ choice prompt "DaVinci board select" optional -config TARGET_ENBW_CMC - bool "EnBW CMC board" - config TARGET_IPAM390 bool "IPAM390 board" select SUPPORT_SPL @@ -33,7 +30,6 @@ endchoice config SYS_SOC default "davinci" -source "board/enbw/enbw_cmc/Kconfig" source "board/Barix/ipam390/Kconfig" source "board/davinci/da8xxevm/Kconfig" source "board/davinci/ea20/Kconfig" |