From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 5 Dec 2015 13:53:39 +0800 Subject: [U-Boot] [PATCH 3/4] dm: tegra: Provide serial platform data for SPL In-Reply-To: <1449244720-19253-3-git-send-email-sjg@chromium.org> References: <1449244720-19253-1-git-send-email-sjg@chromium.org> <1449244720-19253-3-git-send-email-sjg@chromium.org> Message-ID: <56627BE3.5070307@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?12?04? 23:58, Simon Glass wrote: > At present an incorrect #if term is preventing this data from being compiled > in. All tegra boards use driver model for serial, so we can just drop this. > > Signed-off-by: Simon Glass > Reported-by: Stephen Warren > --- > > arch/arm/mach-tegra/board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Thomas Chou