From 529fb062081e100faae6dc0d163a548b8528ff24 Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 11:26:09 -0800 Subject: powerpc: P4080DS: Remove macro CONFIG_P4080DS Use CONFIG_TARGET_P4080DS instead. Signed-off-by: York Sun --- include/configs/P4080DS.h | 2 -- include/configs/corenet_ds.h | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'include/configs') diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 020144e5aff..65ec8f704d1 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -8,8 +8,6 @@ * P4080 DS board configuration file * Also supports P4040 DS */ -#define CONFIG_P4080DS - #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 7a4c5783211..fbc27586343 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -26,7 +26,7 @@ #define CONFIG_SYS_FSL_PBL_PBI board/freescale/corenet_ds/pbi.cfg #if defined(CONFIG_TARGET_P3041DS) #define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p3041ds.cfg -#elif defined(CONFIG_P4080DS) +#elif defined(CONFIG_TARGET_P4080DS) #define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p4080ds.cfg #elif defined(CONFIG_P5020DS) #define CONFIG_SYS_FSL_PBL_RCW board/freescale/corenet_ds/rcw_p5020ds.cfg @@ -680,7 +680,7 @@ #define CONFIG_BAUDRATE 115200 -#ifdef CONFIG_P4080DS +#ifdef CONFIG_TARGET_P4080DS #define __USB_PHY_TYPE ulpi #else #define __USB_PHY_TYPE utmi -- cgit v1.2.3