summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:26:09 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:11 -0800
commit529fb062081e100faae6dc0d163a548b8528ff24 (patch)
tree367c51e2de5a3d1fb7b30eb85aad1d16f62a8011 /board/freescale/corenet_ds
parente71372cb6371033a762b3329d063c3735a783a76 (diff)
downloadu-boot-imx-529fb062081e100faae6dc0d163a548b8528ff24.zip
u-boot-imx-529fb062081e100faae6dc0d163a548b8528ff24.tar.gz
u-boot-imx-529fb062081e100faae6dc0d163a548b8528ff24.tar.bz2
powerpc: P4080DS: Remove macro CONFIG_P4080DS
Use CONFIG_TARGET_P4080DS instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/corenet_ds')
-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 daa8415..f5db922 100644
--- a/board/freescale/corenet_ds/Makefile
+++ b/board/freescale/corenet_ds/Makefile
@@ -9,10 +9,10 @@
obj-y += corenet_ds.o
obj-y += ddr.o
obj-$(CONFIG_TARGET_P3041DS) += eth_hydra.o
-obj-$(CONFIG_P4080DS) += eth_p4080.o
+obj-$(CONFIG_TARGET_P4080DS) += eth_p4080.o
obj-$(CONFIG_P5020DS) += eth_hydra.o
obj-$(CONFIG_P5040DS) += eth_superhydra.o
obj-$(CONFIG_TARGET_P3041DS) += p3041ds_ddr.o
-obj-$(CONFIG_P4080DS) += p4080ds_ddr.o
+obj-$(CONFIG_TARGET_P4080DS) += p4080ds_ddr.o
obj-$(CONFIG_P5020DS) += p5020ds_ddr.o
obj-$(CONFIG_P5040DS) += p5040ds_ddr.o