diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/P3041DS.h | 2 | ||||
-rw-r--r-- | include/configs/corenet_ds.h | 2 |
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 |