diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:19:55 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:49 -0500 |
commit | dc1756a4a97f61521f352c4d308185b7d2d16c42 (patch) | |
tree | dea88daab11f61bc1f9e4e09681bce84e4763a8f /board/freescale/common | |
parent | 8957588a44b557f40dcee41b356486af298ad4f9 (diff) | |
download | u-boot-dc1756a4a97f61521f352c4d308185b7d2d16c42.zip u-boot-dc1756a4a97f61521f352c4d308185b7d2d16c42.tar.gz u-boot-dc1756a4a97f61521f352c4d308185b7d2d16c42.tar.bz2 |
ppc: Drop unused CONFIG_P2020DS
This option does not exist, so the Makefile rule does nothing. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index fc51d6d..9d5f38b 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -54,7 +54,6 @@ obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8536DS) += ics307_clk.o obj-$(CONFIG_TARGET_P1022DS) += ics307_clk.o -obj-$(CONFIG_P2020DS) += ics307_clk.o obj-$(CONFIG_TARGET_P3041DS) += ics307_clk.o obj-$(CONFIG_TARGET_P4080DS) += ics307_clk.o obj-$(CONFIG_TARGET_P5040DS) += ics307_clk.o |