
20 Jan
2017
20 Jan
'17
3:07 p.m.
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 --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