diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:02 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:11:13 -0400 |
commit | 5522f12b3c5224b19e84a501936830830e00c1ce (patch) | |
tree | 010d4f45ea231ef7fffba86066e3b0f3197d79e1 /configs | |
parent | 5ff33d040421395298334a6e76167417135bde24 (diff) | |
download | u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.zip u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.tar.gz u-boot-imx-5522f12b3c5224b19e84a501936830830e00c1ce.tar.bz2 |
arm: Remove eb_cpu9k2 and eb_cpu9k2_ram boards
These board have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/eb_cpux9k2_defconfig | 5 | ||||
-rw-r--r-- | configs/eb_cpux9k2_ram_defconfig | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/configs/eb_cpux9k2_defconfig b/configs/eb_cpux9k2_defconfig deleted file mode 100644 index 6a6f3cd..0000000 --- a/configs/eb_cpux9k2_defconfig +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_AT91=y -CONFIG_TARGET_EB_CPUX9K2=y -# CONFIG_CMD_SETEXPR is not set -CONFIG_SYS_PROMPT="U-Boot> " diff --git a/configs/eb_cpux9k2_ram_defconfig b/configs/eb_cpux9k2_ram_defconfig deleted file mode 100644 index 47c2178..0000000 --- a/configs/eb_cpux9k2_ram_defconfig +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_AT91=y -CONFIG_TARGET_EB_CPUX9K2=y -CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT" -# CONFIG_CMD_SETEXPR is not set |