diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:27:54 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:05 -0800 |
commit | 87499e938df0d250cd97c611d39e9181295f8c9e (patch) | |
tree | b452742460def68e5f946695e9fb456e12d2122f /include | |
parent | 99d0a3123e5dff47c1c4a2c541f7d53ea08d9150 (diff) | |
download | u-boot-87499e938df0d250cd97c611d39e9181295f8c9e.zip u-boot-87499e938df0d250cd97c611d39e9181295f8c9e.tar.gz u-boot-87499e938df0d250cd97c611d39e9181295f8c9e.tar.bz2 |
powerpc: MPC8560ADS: Remove macro CONFIG_MPC8560ADS
This macro is no longer used.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8560ADS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 8a0b2d8..641521c 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -22,7 +22,6 @@ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ #define CONFIG_CPM2 1 /* has CPM2 */ -#define CONFIG_MPC8560ADS 1 /* MPC8560ADS board specific */ /* * default CCARBAR is at 0xff700000 |