git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8957588
)
ppc: Drop unused CONFIG_P2020DS
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:55 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:49 +0000
(14:33 -0500)
This option does not exist, so the Makefile rule does nothing. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
board/freescale/common/Makefile
patch
|
blob
|
history
diff --git
a/board/freescale/common/Makefile
b/board/freescale/common/Makefile
index
fc51d6d
..
9d5f38b
100644
(file)
--- 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