diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:05 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 10:59:57 -0400 |
commit | 2da8137b450304070364ec7bb3cf93034f0230c1 (patch) | |
tree | 955add1794d09368244a4af57c15134349369b81 /board/jse/Makefile | |
parent | f8296d6975e69196b522b43dd4396138e237a964 (diff) | |
download | u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.zip u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.tar.gz u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.tar.bz2 |
powerpc: ppc4xx: remove JSE board support
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Stephen Williams <steve@icarus.com>
Diffstat (limited to 'board/jse/Makefile')
-rw-r--r-- | board/jse/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/jse/Makefile b/board/jse/Makefile deleted file mode 100644 index feac3a8..0000000 --- a/board/jse/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# Copyright 2004 Picture Elements, Inc. -# Stephen Williams <steve@icarus.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = jse.o sdram.o flash.o host_bridge.o -obj-y += init.o |