diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:21 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:55:57 -0500 |
commit | a258e732a7e2608695c9244eb10998af8f968f5b (patch) | |
tree | 9bc5ef7333902a6a4f61331d0ae4f99859bf9dfd /board/pm520/Makefile | |
parent | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (diff) |
powerpc: mpc5xxx: PM520 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Josef Wagner <Wagner@Microsys.de>
Diffstat (limited to 'board/pm520/Makefile')
-rw-r--r-- | board/pm520/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/pm520/Makefile b/board/pm520/Makefile deleted file mode 100644 index 8b5a7eba71..0000000000 --- a/board/pm520/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 := pm520.o flash.o |