diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 15:00:03 -0400 |
commit | 7650beb7ca905729891984e117443544157448d0 (patch) | |
tree | 424d4376db562c8cfc7870ad13daa7ece98b33e9 /board/scb9328/Makefile | |
parent | 47b87d2eedcdf7be821247e570128664709844d4 (diff) |
arm: Remove scb9328 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 'board/scb9328/Makefile')
-rw-r--r-- | board/scb9328/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/scb9328/Makefile b/board/scb9328/Makefile deleted file mode 100644 index 0b08f1a871..0000000000 --- a/board/scb9328/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 := scb9328.o flash.o -obj-y += lowlevel_init.o |