commit | 878a3ed9ad137c329df2f95735249353e565aac8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 04 08:58:39 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 05 18:22:38 2015 -0500 |
tree | 21ecf7e6105a4ebdf49c95d3ecdb86e080f112b1 | |
parent | b7e5a6439f3075ec79f8d38a3572fc3b68d583d3 [diff] |
dm: tegra: Provide serial platform data for SPL 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. Fixes: fde7e18938d8 ("dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig") Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Stephen Warren <swarren@nvidia.com> Acked-by: Thomas Chou <thomas@wytron.com.tw>