[U-Boot] [PATCH v2 44/58] mpc83xx: Remove last CONFIG_MPC83xx
Mario Six
mario.six at gdsys.cc
Mon Nov 5 14:44:58 UTC 2018
Remove the last instances of the CONFIG_MPC83xx symbol.
Signed-off-by: Mario Six <mario.six at gdsys.cc>
---
v1 -> v2:
New in v2
---
include/configs/hrcon.h | 1 -
include/configs/strider.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h
index 9318e6252ae..4001a0a16b0 100644
--- a/include/configs/hrcon.h
+++ b/include/configs/hrcon.h
@@ -12,7 +12,6 @@
* High Level Configuration Options
*/
#define CONFIG_E300 1 /* E300 family */
-#define CONFIG_MPC83xx 1 /* MPC83xx family */
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR
diff --git a/include/configs/strider.h b/include/configs/strider.h
index dd89ee8c815..94164de06c2 100644
--- a/include/configs/strider.h
+++ b/include/configs/strider.h
@@ -12,7 +12,6 @@
* High Level Configuration Options
*/
#define CONFIG_E300 1 /* E300 family */
-#define CONFIG_MPC83xx 1 /* MPC83xx family */
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR
--
2.11.0
More information about the U-Boot
mailing list