From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 5 Apr 2017 16:23:33 -0600 Subject: [U-Boot] [PATCH v6 06/18] arm: rpi: Drop CONFIG_CONS_INDEX In-Reply-To: <20170405222345.32288-1-sjg@chromium.org> References: <20170405222345.32288-1-sjg@chromium.org> Message-ID: <20170405222345.32288-7-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is not needed now that serial uses driver model. Signed-off-by: Simon Glass --- 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