diff options
author | York Sun | 2016-12-28 08:43:36 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-04 19:40:26 -0500 |
commit | 80d261881f93ee474d1c9188b5c2b5b42b0c4e6f (patch) | |
tree | 617ef45ddde25aeea93d7e76febb76ef65cbb55d /include/configs/T208xQDS.h | |
parent | f4f6694060d38c3a386bc0b876abc1676cb87f33 (diff) |
powerpc: T2080QDS: Remove macro T2080QDS
Use TARGET_T2080QDS from Kconfig instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index d90056ea59d..3e5ff979178 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -14,7 +14,6 @@ #define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ #define CONFIG_USB_EHCI #if defined(CONFIG_ARCH_T2080) -#define CONFIG_T2080QDS #define CONFIG_FSL_SATA_V2 #define CONFIG_SYS_SRIO /* Enable Serial RapidIO Support */ #define CONFIG_SRIO1 /* SRIO port 1 */ |