diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-13 18:23:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-13 18:23:24 -0400 |
commit | eafcaf8a6e40709c7420e73701c540ebb6aab043 (patch) | |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /board/Arcturus/ucp1020/Makefile | |
parent | 7958292f5ffa4ecdaaf4c73c6df28006051db6e0 (diff) | |
parent | 3232bdf0b30b057ace64f192bc55a0bed4199770 (diff) | |
download | u-boot-WIP/13Sep2021.tar.gz |
Merge branch '2021-09-09-finish-pre-DM_PCI-removal'WIP/13Sep2021
- Finish removing the non-DM_PCI legacy code.
Diffstat (limited to 'board/Arcturus/ucp1020/Makefile')
-rw-r--r-- | board/Arcturus/ucp1020/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/board/Arcturus/ucp1020/Makefile b/board/Arcturus/ucp1020/Makefile deleted file mode 100644 index 46d04fb78c..0000000000 --- a/board/Arcturus/ucp1020/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright 2013-2015 Arcturus Networks, Inc. -# based on board/freescale/p1_p2_rdb_pc/Makefile -# original copyright follows: -# Copyright 2010-2011 Freescale Semiconductor, Inc. - -MINIMAL= - -ifdef CONFIG_SPL_BUILD -ifdef CONFIG_SPL_INIT_MINIMAL -MINIMAL=y -endif -endif - -ifdef MINIMAL - -obj-y += spl_minimal.o tlb.o law.o - -else -ifdef CONFIG_SPL_BUILD -obj-y += spl.o -endif - -obj-y += ucp1020.o -obj-y += ddr.o -obj-y += law.o -obj-y += tlb.o -obj-y += cmd_arc.o - -endif |