summaryrefslogtreecommitdiff
path: root/include/configs/corenet_ds.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 19:40:51 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:11 (GMT)
commit161b472482626703f13033e6859a0dd00fe2bcae (patch)
tree7803c758a40be2101ce3046cd1ea80c727dd5b60 /include/configs/corenet_ds.h
parent95390360121451337738f73ed2f75f8dfbdce831 (diff)
downloadu-boot-fsl-qoriq-161b472482626703f13033e6859a0dd00fe2bcae.tar.xz
powerpc: P5040DS: Remove macro CONFIG_P5040DS
Use CONFIG_TARGET_P5040DS instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/corenet_ds.h')
-rw-r--r--include/configs/corenet_ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index bd8e504..67a5034 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -30,7 +30,7 @@
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p4080ds.cfg
#elif defined(CONFIG_TARGET_P5020DS)
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p5020ds.cfg
-#elif defined(CONFIG_P5040DS)
+#elif defined(CONFIG_TARGET_P5040DS)
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p5040ds.cfg
#endif
#endif