[U-Boot] [PATCH v4 05/17] arm: rpi: Drop CONFIG_CONS_INDEX
Simon Glass
sjg at chromium.org
Fri Jan 20 15:07:40 CET 2017
This is not needed now that serial uses driver model.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v4: None
Changes in v3: None
include/configs/rpi.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index ce539a008cc..fe0e6a060ae 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -89,7 +89,6 @@
#else
#define CONFIG_PL01X_SERIAL
#endif
-#define CONFIG_CONS_INDEX 0
#define CONFIG_BAUDRATE 115200
/* Console configuration */
--
2.11.0.483.g087da7b7c-goog
More information about the U-Boot
mailing list