summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 21:28:08 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:15 (GMT)
commit49ec8aa8403061c654cc3afa57cf8cd570b0a8a0 (patch)
treeabc987d017be8305ee098757ad4c6d00d436106f
parent12ffdb3b12bd05b8b0d382e3d7195b2b897034d1 (diff)
downloadu-boot-fsl-qoriq-49ec8aa8403061c654cc3afa57cf8cd570b0a8a0.tar.xz
powerpc: T4240RDB: Remove macro CONFIG_T4240RDB
Use CONFIG_TARGET_T4240RDB instead. Signed-off-by: York Sun <york.sun@nxp.com>
-rw-r--r--board/freescale/t4rdb/Makefile2
-rw-r--r--include/configs/T4240RDB.h2
-rw-r--r--scripts/config_whitelist.txt1
3 files changed, 1 insertions, 4 deletions
diff --git a/board/freescale/t4rdb/Makefile b/board/freescale/t4rdb/Makefile
index c15560e..209983a 100644
--- a/board/freescale/t4rdb/Makefile
+++ b/board/freescale/t4rdb/Makefile
@@ -8,7 +8,7 @@ ifdef CONFIG_SPL_BUILD
obj-y += spl.o
else
obj-$(CONFIG_TARGET_T4160RDB) += t4240rdb.o
-obj-$(CONFIG_T4240RDB) += t4240rdb.o
+obj-$(CONFIG_TARGET_T4240RDB) += t4240rdb.o
obj-y += cpld.o
obj-y += eth.o
obj-$(CONFIG_PCI) += pci.o
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index 2fac19f..da536f0 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -10,8 +10,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_T4240RDB
-
#define CONFIG_FSL_SATA_V2
#define CONFIG_PCIE4
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 56992fc..17228ce 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -7828,7 +7828,6 @@ CONFIG_T1040QDS
CONFIG_T2080QDS
CONFIG_T2080RDB
CONFIG_T2081QDS
-CONFIG_T4240RDB
CONFIG_TAM3517_SETTINGS
CONFIG_TAM3517_SW3_SETTINGS
CONFIG_TCA642X