summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:22:17 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:11 -0800
commit850af2c7a9eb0bb11135eaba3c3f85aba64581f0 (patch)
tree67376c39cce9992dad141fe2a2073f22bdf7bcc5 /include
parent5e5fdd2d00489d4aa129e7a9ad289a38563f4387 (diff)
powerpc: P3041DS: Remove macro CONFIG_P3041DS
Use CONFIG_TARGET_P3041DS instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/P3041DS.h2
-rw-r--r--include/configs/corenet_ds.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/P3041DS.h b/include/configs/P3041DS.h
index 01507478ca..52ef4321d6 100644
--- a/include/configs/P3041DS.h
+++ b/include/configs/P3041DS.h
@@ -8,8 +8,6 @@
* P3041 DS board configuration file
*
*/
-#define CONFIG_P3041DS
-
#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
#define CONFIG_MMC
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index 3807d456c7..7a4c578321 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -24,7 +24,7 @@
#define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc
#define CONFIG_SYS_FSL_PBL_PBI board/freescale/corenet_ds/pbi.cfg
-#if defined(CONFIG_P3041DS)
+#if defined(CONFIG_TARGET_P3041DS)
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p3041ds.cfg
#elif defined(CONFIG_P4080DS)
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p4080ds.cfg