diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:18:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:06:45 -0400 |
commit | af7f884ba1e6a1afbf2a75247d1bcd262d4314b2 (patch) | |
tree | 8c6d997b89e7c167c534c40c56f97e12b7f10a0b /configs/cpu9260_nand_128M_defconfig | |
parent | 679d4456e97bfe96a45e8ec36758b579ba9a46c3 (diff) |
arm: Remove eukrea boards
These boards have not been converted to generic board by the deadline.
Remove all cpu9260 and cpuat91 boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/cpu9260_nand_128M_defconfig')
-rw-r--r-- | configs/cpu9260_nand_128M_defconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/cpu9260_nand_128M_defconfig b/configs/cpu9260_nand_128M_defconfig deleted file mode 100644 index 797fb85d1fc..00000000000 --- a/configs/cpu9260_nand_128M_defconfig +++ /dev/null @@ -1,11 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_AT91=y -CONFIG_TARGET_CPU9260=y -CONFIG_SYS_EXTRA_OPTIONS="CPU9260,CPU9260_128M,NANDBOOT" -# CONFIG_CMD_BDI is not set -# CONFIG_CMD_IMI is not set -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_LOADS is not set -# CONFIG_CMD_FPGA is not set -# CONFIG_CMD_SETEXPR is not set -CONFIG_SYS_PROMPT="CPU9260=> " |