diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 19:52:24 -0400 |
commit | ed7fe2bee12a464da5b944cc2218d924793b8a80 (patch) | |
tree | df3428c8ac1ddbd99a41722693a68ce368040a33 /board/xes/xpedite550x/Makefile | |
parent | 66e3c64f2c6bec4739d1d618b3583d5c92f10176 (diff) | |
download | u-boot-ed7fe2bee12a464da5b944cc2218d924793b8a80.tar.gz |
ppc: Remove xpedite boards
These boards have not been converted to CONFIG_DM_PCI by the deadline and is
also missing conversion to CONFIG_DM. Remove them. As this includes
the last ARCH_MPC8572 platform, remove that as well.
Cc: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/xes/xpedite550x/Makefile')
-rw-r--r-- | board/xes/xpedite550x/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/xes/xpedite550x/Makefile b/board/xes/xpedite550x/Makefile deleted file mode 100644 index 1aacb375cc5..00000000000 --- a/board/xes/xpedite550x/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright 2007-2008 Freescale Semiconductor, Inc. - -obj-y += xpedite550x.o -obj-y += ddr.o -obj-y += law.o -obj-y += tlb.o |