[U-Boot] [PATCH v5 07/19] arm: rpi: Drop CONFIG_CONS_INDEX
Simon Glass
sjg at chromium.org
Sat Apr 1 18:05:44 UTC 2017
This is not needed now that serial uses driver model.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v5: None
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 92eb792989..8d9a44c51d 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -98,7 +98,6 @@
#else
#define CONFIG_PL01X_SERIAL
#endif
-#define CONFIG_CONS_INDEX 0
/* Console configuration */
#define CONFIG_SYS_CBSIZE 1024
--
2.12.2.564.g063fe858b8-goog
More information about the U-Boot
mailing list