diff options
author | Simon Glass <sjg@chromium.org> | 2015-09-12 11:50:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-28 10:48:24 -0400 |
commit | 1090a56c87121e740ba3fcac89739f7bd6c9ac66 (patch) | |
tree | 1ed18579864b642a2b72f9ffb28878672a23fba8 /arch/arm/lib/Makefile | |
parent | b352182a0050574c4068b7b8baa9dde1eae2757a (diff) |
arm: Drop old non-generic-board code
This code is no-longer used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Andreas Bießmann <andreas.devel@gmail.com>
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r-- | arch/arm/lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index f717103526..2bdfaba5b7 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -22,9 +22,6 @@ obj-y += relocate_64.o else obj-y += relocate.o endif -ifndef CONFIG_SYS_GENERIC_BOARD -obj-y += board.o -endif obj-$(CONFIG_CPU_V7M) += cmd_boot.o obj-$(CONFIG_OF_LIBFDT) += bootm-fdt.o |