[PATCH 02/12] ppc: mpc83xx: Remove unused CONFIG symbols

Tom Rini trini at konsulko.com
Sat Dec 18 00:08:37 CET 2021


Neither of these symbols are referenced anywhere else, so remove them.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 arch/powerpc/cpu/mpc83xx/start.S | 2 --
 include/configs/km/km-mpc832x.h  | 5 -----
 2 files changed, 7 deletions(-)

diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S
index 91c8778e5033..0944d1910573 100644
--- a/arch/powerpc/cpu/mpc83xx/start.S
+++ b/arch/powerpc/cpu/mpc83xx/start.S
@@ -14,8 +14,6 @@
 #include <config.h>
 #include <mpc83xx.h>
 
-#define CONFIG_83XX	1		/* needed for Linux kernel header files*/
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
diff --git a/include/configs/km/km-mpc832x.h b/include/configs/km/km-mpc832x.h
index 54018daa68e6..aac1e999e40a 100644
--- a/include/configs/km/km-mpc832x.h
+++ b/include/configs/km/km-mpc832x.h
@@ -1,8 +1,3 @@
-/*
- * High Level Configuration Options
- */
-#define CONFIG_KM8321	/* Keymile PBEC8321 board specific */
-
 /*
  * System IO Config
  */
-- 
2.25.1



More information about the U-Boot mailing list