diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 19:52:08 -0400 |
commit | eb83d10b4261a4d54e8d132e82933ce98dafb23d (patch) | |
tree | 09743c289b9d30da1980785aaefc76f82d3c17be /board/freescale/m548xevb/Makefile | |
parent | a3c6f97cb15b6cda91d8363a711c238a05cffb51 (diff) | |
download | u-boot-eb83d10b4261a4d54e8d132e82933ce98dafb23d.tar.gz |
m68k: Remove M5485 boards
These board has not been converted to CONFIG_DM_PCI by the deadline.
Remove them. As this is all of the CONFIG_M548x platforms as well,
remove that code.
Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/m548xevb/Makefile')
-rw-r--r-- | board/freescale/m548xevb/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/m548xevb/Makefile b/board/freescale/m548xevb/Makefile deleted file mode 100644 index 05bfaa3371..0000000000 --- a/board/freescale/m548xevb/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2000-2003 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. - -obj-y = m548xevb.o |