diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:22:17 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:11 -0800 |
commit | 850af2c7a9eb0bb11135eaba3c3f85aba64581f0 (patch) | |
tree | 67376c39cce9992dad141fe2a2073f22bdf7bcc5 /include/configs/P3041DS.h | |
parent | 5e5fdd2d00489d4aa129e7a9ad289a38563f4387 (diff) | |
download | u-boot-850af2c7a9eb0bb11135eaba3c3f85aba64581f0.tar.gz u-boot-850af2c7a9eb0bb11135eaba3c3f85aba64581f0.tar.xz u-boot-850af2c7a9eb0bb11135eaba3c3f85aba64581f0.zip |
powerpc: P3041DS: Remove macro CONFIG_P3041DS
Use CONFIG_TARGET_P3041DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/P3041DS.h')
-rw-r--r-- | include/configs/P3041DS.h | 2 |
1 files changed, 0 insertions, 2 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 |