[U-Boot] [PATCH 4/4] ppc/kmeter1: remove unused define
Holger Brunck
holger.brunck at ch.abb.com
Tue Nov 26 18:09:03 UTC 2019
CONFIG_CONS_INDEX is nowhere used for this board, we can drop it.
Signed-off-by: Holger Brunck <holger.brunck at ch.abb.com>
CC: Priyanka Jain <priyanka.jain at nxp.com>
CC: Valentin Longchamp <valentin.longchamp at ch.abb.com>
---
include/configs/kmeter1.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index 4129d97505..4245875e39 100644
--- a/include/configs/kmeter1.h
+++ b/include/configs/kmeter1.h
@@ -16,11 +16,6 @@
#include "km/km-mpc83xx.h"
#include "km/km-mpc8360.h"
-/*
- * Serial Port
- */
-#define CONFIG_CONS_INDEX 1
-
#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
CSCONFIG_ROW_BIT_13 | \
CSCONFIG_COL_BIT_10 | \
--
2.24.0.rc1
More information about the U-Boot
mailing list