From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 15 Jun 2016 14:14:28 +0200 Subject: [U-Boot] [PATCH 1/2] x86: baytrail: Introduce a Kconfig option for the internal UART In-Reply-To: <1465965204-26992-1-git-send-email-bmeng.cn@gmail.com> References: <1465965204-26992-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <576146A4.5070604@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15.06.2016 06:33, Bin Meng wrote: > There are quite a number of BayTrail boards that uses an external > SuperIO chipset to provide the legacy UART. For such cases, it's > better to have a Kconfig option to enable the internal UART. > > So far BayleyBay and MinnowMax boards are using internal UART as > the U-Boot console, enable this on these two boards. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan