diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:56:04 -0400 |
commit | 0abdd9d01ac6ca58d8c5765bdaf4283949fdcd76 (patch) | |
tree | 8e49977d9307021bc755d3441eebca83d6f230b3 /arch/arm/mach-nomadik/Makefile | |
parent | b6073fd2115ec3418cead26ce8acaf5cfb0e2f98 (diff) |
arm: Remove nhk8815 boards and nomadik arch
These boards have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-nomadik/Makefile')
-rw-r--r-- | arch/arm/mach-nomadik/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-nomadik/Makefile b/arch/arm/mach-nomadik/Makefile deleted file mode 100644 index cdf1345d58..0000000000 --- a/arch/arm/mach-nomadik/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = timer.o gpio.o -obj-y += reset.o |