From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 20 Jan 2017 07:07:40 -0700 Subject: [U-Boot] [PATCH v4 05/17] arm: rpi: Drop CONFIG_CONS_INDEX In-Reply-To: <20170120140752.16296-1-sjg@chromium.org> References: <20170120140752.16296-1-sjg@chromium.org> Message-ID: <20170120140752.16296-6-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 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