diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 15:01:25 -0400 |
commit | b928e658f4f342d0834356ec7e37aef1b3e30829 (patch) | |
tree | 726b1a35d3c5f311fe860bd03d6a24008bf0778d /arch/arm/Makefile | |
parent | 0c81f37d9a22b38368296ffd9ea008add8657f7d (diff) | |
download | u-boot-b928e658f4f342d0834356ec7e37aef1b3e30829.tar.gz |
arm: Remove versatileab 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/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 1eca815c08..13a2780a0e 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -58,7 +58,6 @@ machine-$(CONFIG_ARCH_SOCFPGA) += socfpga machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip machine-$(CONFIG_TEGRA) += tegra machine-$(CONFIG_ARCH_UNIPHIER) += uniphier -machine-$(CONFIG_ARCH_VERSATILE) += versatile machine-$(CONFIG_ARCH_ZYNQ) += zynq machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y)) |