This is not needed now that serial uses driver model. Signed-off-by: Simon Glass <[email protected]> ---
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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

