diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 13:28:08 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:15 -0800 |
commit | 49ec8aa8403061c654cc3afa57cf8cd570b0a8a0 (patch) | |
tree | abc987d017be8305ee098757ad4c6d00d436106f /include | |
parent | 12ffdb3b12bd05b8b0d382e3d7195b2b897034d1 (diff) | |
download | u-boot-imx-49ec8aa8403061c654cc3afa57cf8cd570b0a8a0.zip u-boot-imx-49ec8aa8403061c654cc3afa57cf8cd570b0a8a0.tar.gz u-boot-imx-49ec8aa8403061c654cc3afa57cf8cd570b0a8a0.tar.bz2 |
powerpc: T4240RDB: Remove macro CONFIG_T4240RDB
Use CONFIG_TARGET_T4240RDB instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T4240RDB.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |