From: Simon Glass Date: Wed, 5 Apr 2017 22:23:33 +0000 (-0600) Subject: arm: rpi: Drop CONFIG_CONS_INDEX X-Git-Tag: v2017.07-rc1~384 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=91b00b5fcc42a138ad4cd030748463df85774bfc;p=oweals%2Fu-boot.git arm: rpi: Drop CONFIG_CONS_INDEX This is not needed now that serial uses driver model. Signed-off-by: Simon Glass --- diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 5caf90a9ac..732d5b9fbe 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -97,7 +97,6 @@ #else #define CONFIG_PL01X_SERIAL #endif -#define CONFIG_CONS_INDEX 0 /* Console configuration */ #define CONFIG_SYS_CBSIZE 1024