summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 11:36:32 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:06 -0800
commit3759b5b649aa77bcbdf8852ebd80de2090addc45 (patch)
tree0f8c758e1b95f4b628a9415e61ac3a23687f1267
parent23b36a7d48427e29ba14e34f13a6efcef4b4f5b3 (diff)
downloadu-boot-imx-3759b5b649aa77bcbdf8852ebd80de2090addc45.zip
u-boot-imx-3759b5b649aa77bcbdf8852ebd80de2090addc45.tar.gz
u-boot-imx-3759b5b649aa77bcbdf8852ebd80de2090addc45.tar.bz2
powerpc: MPC8569MDS: Remove macro CONFIG_MPC8569MDS
Use CONFIG_TARGET_MPC8569MDS instead. Signed-off-by: York Sun <york.sun@nxp.com>
-rw-r--r--board/freescale/common/pq-mds-pib.c2
-rw-r--r--include/configs/MPC8569MDS.h1
-rw-r--r--scripts/config_whitelist.txt1
3 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c
index 1eb3786..d152a78 100644
--- a/board/freescale/common/pq-mds-pib.c
+++ b/board/freescale/common/pq-mds-pib.c
@@ -63,7 +63,7 @@ int pib_init(void)
#endif
#if defined(CONFIG_PQ_MDS_PIB_ATM)
-#if defined(CONFIG_MPC8569MDS)
+#if defined(CONFIG_TARGET_MPC8569MDS)
val8 = 0;
i2c_write(0x20, 0x6, 1, &val8, 1);
i2c_write(0x20, 0x7, 1, &val8, 1);
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index 2da630c..91f0104 100644
--- a/include/configs/MPC8569MDS.h
+++ b/include/configs/MPC8569MDS.h
@@ -13,7 +13,6 @@
/* High Level Configuration Options */
#define CONFIG_BOOKE 1 /* BOOKE */
#define CONFIG_E500 1 /* BOOKE e500 family */
-#define CONFIG_MPC8569MDS 1 /* MPC8569MDS board specific */
#define CONFIG_FSL_ELBC 1 /* Has Enhance localbus controller */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index fdd9ce2..ab26d67 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -3141,7 +3141,6 @@ CONFIG_MPC83XX_GPIO_1_INIT_VALUE
CONFIG_MPC83XX_PCI2
CONFIG_MPC850
CONFIG_MPC855
-CONFIG_MPC8569MDS
CONFIG_MPC857
CONFIG_MPC8572
CONFIG_MPC8572DS