From 161b472482626703f13033e6859a0dd00fe2bcae Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 11:40:51 -0800 Subject: powerpc: P5040DS: Remove macro CONFIG_P5040DS Use CONFIG_TARGET_P5040DS instead. Signed-off-by: York Sun --- include/configs/corenet_ds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/corenet_ds.h') 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 -- cgit v1.1