diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-04 10:26:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-05 17:01:59 -0400 |
commit | 7445207f0fa495108736a5642b5b98aef3aed757 (patch) | |
tree | c2a9c2296953ded458581f9e1055287a915958a6 /board/sheldon/simpc8313/Makefile | |
parent | d0fb0fce198c5ceab49990485fe1f72a919ad436 (diff) | |
download | u-boot-7445207f0fa495108736a5642b5b98aef3aed757.tar.gz |
nand_spl: remove simpc8313 support
Commit 3d5a335c announced that all the nand_spl boards
would be removed before v2014.07 release.
Also update README.scrapyard.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/sheldon/simpc8313/Makefile')
-rw-r--r-- | board/sheldon/simpc8313/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/sheldon/simpc8313/Makefile b/board/sheldon/simpc8313/Makefile deleted file mode 100644 index a824c41d9c..0000000000 --- a/board/sheldon/simpc8313/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := simpc8313.o sdram.o |