diff mbox

[U-Boot,v4,05/17] arm: rpi: Drop CONFIG_CONS_INDEX

Message ID 20170120140752.16296-6-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Jan. 20, 2017, 2:07 p.m. UTC
This is not needed now that serial uses driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v4: None
Changes in v3: None

 include/configs/rpi.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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 */