diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:35 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:24 -0500 |
commit | f4f6694060d38c3a386bc0b876abc1676cb87f33 (patch) | |
tree | a380ba6891a8898cb4ab2ba05e5b2252cf9f41ac | |
parent | 960286b6d9538d4800897a6587b075f3c39d9712 (diff) | |
download | u-boot-f4f6694060d38c3a386bc0b876abc1676cb87f33.tar.gz |
powerpc: T1040QDS: Remove macro CONFIG_T1040QDS
Use TARGET_T1040QDS from Kconfig instead.
Signed-off-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 2 | ||||
-rw-r--r-- | include/configs/T1040QDS.h | 1 | ||||
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 808adae82d..6949ee80b5 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -31,7 +31,7 @@ defined(CONFIG_TARGET_T4240QDS) || \ defined(CONFIG_T2080QDS) || \ defined(CONFIG_T2080RDB) || \ - defined(CONFIG_T1040QDS) || \ + defined(CONFIG_TARGET_T1040QDS) || \ defined(CONFIG_T104xD4QDS) || \ defined(CONFIG_TARGET_T1040RDB) || \ defined(CONFIG_TARGET_T1040D4RDB) || \ diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 018a5196a8..e4073eaf4e 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -26,7 +26,6 @@ /* * T1040 QDS board configuration file */ -#define CONFIG_T1040QDS #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 17c365ca44..bb1f833cc3 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -7792,7 +7792,6 @@ CONFIG_SYS_XWAY_EBU_BOOTCFG CONFIG_SYS_ZYNQ_QSPI_WAIT CONFIG_SYS_ZYNQ_SPI_WAIT CONFIG_SYS_i2C_FSL -CONFIG_T1040QDS CONFIG_T2080QDS CONFIG_T2080RDB CONFIG_T2081QDS |