diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:14:43 -0400 |
commit | 1c87dd76c490041fce01e3dbfe29d993eadd693b (patch) | |
tree | 0b8c438a5625b5634d9fc9f4ea18767dffedc320 /arch | |
parent | 452ef8304608849ebf9120202dd4015c0ebcb5cb (diff) | |
download | u-boot-imx-1c87dd76c490041fce01e3dbfe29d993eadd693b.zip u-boot-imx-1c87dd76c490041fce01e3dbfe29d993eadd693b.tar.gz u-boot-imx-1c87dd76c490041fce01e3dbfe29d993eadd693b.tar.bz2 |
arm: Remove xaeniax 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/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4065001..89fe420 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -619,10 +619,6 @@ config TARGET_PALMTREO680 select CPU_PXA select SUPPORT_SPL -config TARGET_XAENIAX - bool "Support xaeniax" - select CPU_PXA - config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" select CPU_PXA @@ -783,7 +779,6 @@ source "board/technologic/ts4800/Kconfig" source "board/vscom/baltos/Kconfig" source "board/woodburn/Kconfig" source "board/work-microwave/work_92105/Kconfig" -source "board/xaeniax/Kconfig" source "arch/arm/Kconfig.debug" |