diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 19:43:49 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:03 (GMT) |
commit | 4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f (patch) | |
tree | 0b7cac2c47e24058c76aad5d441ba0df2c686eb0 /include | |
parent | 281ed4c74b375926d5d674c75ecf71da3dfd4fa9 (diff) | |
download | u-boot-4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f.tar.xz |
powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS
Use CONFIG_TARGET_MPC8548CDS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8548CDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 40922ee..310c070 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -16,7 +16,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8548CDS 1 /* MPC8548CDS board specific */ #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xfff80000 |