diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-13 13:19:14 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-18 21:47:08 +0530 |
commit | 55bcea4fb4839609ea9b22843d0b4d53518c2698 (patch) | |
tree | fc8036a3a7d9e769c6fe2fc18fd441646a8b9b29 /board/freescale/bsc9132qds/Makefile | |
parent | f178468b5e64bb8f846be4a04d3e1c7227dfbb5a (diff) | |
download | u-boot-55bcea4fb4839609ea9b22843d0b4d53518c2698.tar.gz |
powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig board
DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Patch-cc: Naveen Burmi <naveen.burmi@nxp.com>
Patch-cc: Ruchika Gupta <ruchika.gupta@nxp.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/bsc9132qds/Makefile')
-rw-r--r-- | board/freescale/bsc9132qds/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/board/freescale/bsc9132qds/Makefile b/board/freescale/bsc9132qds/Makefile deleted file mode 100644 index dcbdf42147..0000000000 --- a/board/freescale/bsc9132qds/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright 2013 Freescale Semiconductor, Inc. - -MINIMAL= - -ifdef CONFIG_SPL_BUILD -ifdef CONFIG_SPL_INIT_MINIMAL -MINIMAL=y -endif -endif - -ifdef MINIMAL -obj-y += spl_minimal.o -else -obj-y += bsc9132qds.o -obj-y += ddr.o -endif - -obj-y += law.o -obj-y += tlb.o |