[U-Boot] [PATCH v6 06/18] arm: rpi: Drop CONFIG_CONS_INDEX
    Simon Glass 
    sjg at chromium.org
       
    Wed Apr  5 22:23:33 UTC 2017
    
    
  
This is not needed now that serial uses driver model.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v6: None
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.715.g7642488e1d-goog
    
    
More information about the U-Boot
mailing list