summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds/Makefile
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 19:32:46 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:11 (GMT)
commit3b83649d53896cf115788130799d9ff585867e4a (patch)
tree342099b0b555912698e3a175560f42a37349571c /board/freescale/corenet_ds/Makefile
parentcefe11cdb2a0d1fe0daf90408d3c49e627ef39a7 (diff)
downloadu-boot-fsl-qoriq-3b83649d53896cf115788130799d9ff585867e4a.tar.xz
powerpc: P5020DS: Remove macro CONFIG_P5020DS
Use CONFIG_TARGET_P5020DS instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/corenet_ds/Makefile')
-rw-r--r--board/freescale/corenet_ds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/corenet_ds/Makefile b/board/freescale/corenet_ds/Makefile
index f5db922..6bd54c0 100644
--- a/board/freescale/corenet_ds/Makefile
+++ b/board/freescale/corenet_ds/Makefile
@@ -10,9 +10,9 @@ obj-y += corenet_ds.o
obj-y += ddr.o
obj-$(CONFIG_TARGET_P3041DS) += eth_hydra.o
obj-$(CONFIG_TARGET_P4080DS) += eth_p4080.o
-obj-$(CONFIG_P5020DS) += eth_hydra.o
+obj-$(CONFIG_TARGET_P5020DS) += eth_hydra.o
obj-$(CONFIG_P5040DS) += eth_superhydra.o
obj-$(CONFIG_TARGET_P3041DS) += p3041ds_ddr.o
obj-$(CONFIG_TARGET_P4080DS) += p4080ds_ddr.o
-obj-$(CONFIG_P5020DS) += p5020ds_ddr.o
+obj-$(CONFIG_TARGET_P5020DS) += p5020ds_ddr.o
obj-$(CONFIG_P5040DS) += p5040ds_ddr.o