diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:52 -0500 |
commit | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (patch) | |
tree | 501bd4dfe7c2a811eb2e2e74efa55125bfc0078c /board/total5200/Makefile | |
parent | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (diff) | |
download | u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.zip u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.tar.gz u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.tar.bz2 |
powerpc: mpc5xxx: remove Total5200 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/total5200/Makefile')
-rw-r--r-- | board/total5200/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/total5200/Makefile b/board/total5200/Makefile deleted file mode 100644 index 527557c..0000000 --- a/board/total5200/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2003-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := total5200.o sdram.o |