diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 13:22:08 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:15 -0800 |
commit | 673c01c708ed4bf7d4fec1e6ffb266d832b3be85 (patch) | |
tree | 0bf130b9e64f8e5983689d51dd927a11bda18e2d /include/configs/T4240QDS.h | |
parent | 9c21d06c672cfe45c07a2e1bd65f05d6b5837022 (diff) | |
download | u-boot-673c01c708ed4bf7d4fec1e6ffb266d832b3be85.tar.gz |
powerpc: T4240QDS: Remove macro CONFIG_T4240QDS
Use CONFIG_TARGET_T4240QDS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T4240QDS.h')
-rw-r--r-- | include/configs/T4240QDS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h index 6ba2a03f0c..1217cd0aef 100644 --- a/include/configs/T4240QDS.h +++ b/include/configs/T4240QDS.h @@ -10,8 +10,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_T4240QDS - #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE4 #define CONFIG_FSL_CAAM /* Enable SEC/CAAM */ |