diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:19 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:53 -0500 |
commit | b35c0ad6e6d661f3d80922457127d1da216c2c82 (patch) | |
tree | 6943ffd6cfc9ee7e9a21c5bcfac685cdf17b18d1 /board/sacsng/Makefile | |
parent | d19f6a60ec9a342a4dbb38396d354562b4ce3c5e (diff) | |
download | u-boot-imx-b35c0ad6e6d661f3d80922457127d1da216c2c82.zip u-boot-imx-b35c0ad6e6d661f3d80922457127d1da216c2c82.tar.gz u-boot-imx-b35c0ad6e6d661f3d80922457127d1da216c2c82.tar.bz2 |
mpc8260: remove sacsng board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
Diffstat (limited to 'board/sacsng/Makefile')
-rw-r--r-- | board/sacsng/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/sacsng/Makefile b/board/sacsng/Makefile deleted file mode 100644 index 95e6b8d..0000000 --- a/board/sacsng/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := sacsng.o flash.o clkinit.o |