From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 15 Jun 2016 14:14:14 +0200 Subject: [U-Boot] [PATCH 2/2] x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART In-Reply-To: <1465965204-26992-2-git-send-email-bmeng.cn@gmail.com> References: <1465965204-26992-1-git-send-email-bmeng.cn@gmail.com> <1465965204-26992-2-git-send-email-bmeng.cn@gmail.com> Message-ID: <57614696.3010103@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: > For any FSP enabled boards that want to enable debug UART support, > setup_internal_uart() will be called, but this API is only available > on BayTrail platform. Change to wrap it with CONFIG_INTERNAL_UART. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan