diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:49 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:51:40 +0200 |
commit | 897c82ae91c9f31479332aecc0e9fc4832b0823c (patch) | |
tree | c821d5e1f4f095a2780d7d1b7ff68951d7d02843 /include/configs | |
parent | d6a77954008cbf5f2182d5e317c46bfab600e917 (diff) |
MPC837XEMDS: Remove CONFIG_MPC837XEMDS
CONFIG_MPC837XEMDS is unused, and TARGET_MPC837XEMDS could replace it.
Hence, get rid of CONFIG_MPC837XEMDS.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC837XEMDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 82dcb85973..577f7ec0b2 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -11,7 +11,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 family */ -#define CONFIG_MPC837XEMDS 1 /* MPC837XEMDS board specific */ /* * System Clock Setup |