diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:11:53 -0400 |
commit | 3eb8f58d759fa243c09195acff6ff9d6f4e3636f (patch) | |
tree | 8fee44240fc9b0ddb8fac978d6385b4b88affbd3 /arch/arm | |
parent | a6f7f78744320639a6ddb797819f54e930a6ed23 (diff) | |
download | u-boot-imx-3eb8f58d759fa243c09195acff6ff9d6f4e3636f.zip u-boot-imx-3eb8f58d759fa243c09195acff6ff9d6f4e3636f.tar.gz u-boot-imx-3eb8f58d759fa243c09195acff6ff9d6f4e3636f.tar.bz2 |
arm: Remove ima3-mx53 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/arm')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 34c20e9..277339f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -485,10 +485,6 @@ config TARGET_M53EVK select CPU_V7 select SUPPORT_SPL -config TARGET_IMA3_MX53 - bool "Support ima3-mx53" - select CPU_V7 - config TARGET_MX51EVK bool "Support mx51evk" select CPU_V7 @@ -808,7 +804,6 @@ source "board/creative/xfi3/Kconfig" source "board/davedenx/qong/Kconfig" source "board/denx/m28evk/Kconfig" source "board/denx/m53evk/Kconfig" -source "board/esg/ima3-mx53/Kconfig" source "board/freescale/ls2085a/Kconfig" source "board/freescale/ls2085aqds/Kconfig" source "board/freescale/ls2085ardb/Kconfig" |