diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:38 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:28 -0500 |
commit | 146ded4d253d9580c33939cdb936c63b91b904d3 (patch) | |
tree | fabe0ea8854f93606a711986b3e8cfa942440ac9 /include/configs/T208xQDS.h | |
parent | 86e0a3132144d19d39a8c14adada27ce3efbce6c (diff) | |
download | u-boot-146ded4d253d9580c33939cdb936c63b91b904d3.tar.gz |
powerpc: T2081QDS: Remove macro T2081QDS
Use TARGET_T2081QDS 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 3e5ff97917..940b1c7d44 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -19,7 +19,6 @@ #define CONFIG_SRIO1 /* SRIO port 1 */ #define CONFIG_SRIO2 /* SRIO port 2 */ #elif defined(CONFIG_ARCH_T2081) -#define CONFIG_T2081QDS #endif /* High Level Configuration Options */ |