diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:25 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:59:16 -0400 |
commit | daf770864d341324536411e4286610091bf04341 (patch) | |
tree | 24c5d354cbf49ef33a0755f6ca632c6f15455d22 /arch/arm | |
parent | 49d8899ba9c26335e4a12e01c18028fc5e40c796 (diff) | |
download | u-boot-imx-daf770864d341324536411e4286610091bf04341.zip u-boot-imx-daf770864d341324536411e4286610091bf04341.tar.gz u-boot-imx-daf770864d341324536411e4286610091bf04341.tar.bz2 |
arm: Remove qong 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 e96e902..e46764f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -239,10 +239,6 @@ config TARGET_IMX31_PHYCORE bool "Support imx31_phycore" select CPU_ARM1136 -config TARGET_QONG - bool "Support qong" - select CPU_ARM1136 - config TARGET_MX31ADS bool "Support mx31ads" select CPU_ARM1136 @@ -751,7 +747,6 @@ source "board/cirrus/edb93xx/Kconfig" source "board/compulab/cm_t335/Kconfig" source "board/compulab/cm_t43/Kconfig" source "board/creative/xfi3/Kconfig" -source "board/davedenx/qong/Kconfig" source "board/denx/m28evk/Kconfig" source "board/denx/m53evk/Kconfig" source "board/freescale/ls2085a/Kconfig" |