summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 19:45:18 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:03 (GMT)
commitae59dded8d612c1f893d31d8741f8e7a09166e5d (patch)
tree0962b3d7b95ac43184b7a80be08cb7ed525b464c
parent25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5 (diff)
downloadu-boot-ae59dded8d612c1f893d31d8741f8e7a09166e5d.tar.xz
powerpc: MPC8544DS: Remove macro CONFIG_MPC8544DS
Use CONFIG_TARGET_MPC8544DS instead. Signed-off-by: York Sun <york.sun@nxp.com>
-rw-r--r--board/freescale/common/pixis.h2
-rw-r--r--include/configs/MPC8544DS.h1
-rw-r--r--scripts/config_whitelist.txt1
3 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h
index 9328404..29a2eea 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -46,7 +46,7 @@ typedef struct pixis {
u8 res2[4];
} __attribute__ ((packed)) pixis_t;
-#elif defined(CONFIG_MPC8544DS)
+#elif defined(CONFIG_TARGET_MPC8544DS)
typedef struct pixis {
u8 id;
u8 ver;
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
index fb5309a..6c17a3b 100644
--- a/include/configs/MPC8544DS.h
+++ b/include/configs/MPC8544DS.h
@@ -14,7 +14,6 @@
/* High Level Configuration Options */
#define CONFIG_BOOKE 1 /* BOOKE */
#define CONFIG_E500 1 /* BOOKE e500 family */
-#define CONFIG_MPC8544DS 1
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0xfff80000
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 9a1bc54..cfbb5d1 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -3151,7 +3151,6 @@ CONFIG_MPC8540
CONFIG_MPC8540ADS
CONFIG_MPC8541
CONFIG_MPC8541CDS
-CONFIG_MPC8544DS
CONFIG_MPC855
CONFIG_MPC8555
CONFIG_MPC8555CDS