diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2019-02-16 16:56:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-19 16:58:24 -0500 |
commit | 36a75344d7c7d7add3df0e562ca5e920632ea18b (patch) | |
tree | b635e3f3ecde21f7f3e20259e9a42510290b6bf4 /board/ti | |
parent | 6dd18bb1112901fd72a5da914565462998adff7a (diff) |
ARM: omap3: evm: Update DM SPL support
- Switch to using the omap3-u-boot.dtsi file for needed properties
- Enable SPL_OF_CONTROL
This commit is based on the following series:
https://patchwork.ozlabs.org/project/uboot/list/?series=92472
https://patchwork.ozlabs.org/project/uboot/list/?series=92462
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/evm/evm.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/ti/evm/evm.c b/board/ti/evm/evm.c index c59aff595a..daecb4af3e 100644 --- a/board/ti/evm/evm.c +++ b/board/ti/evm/evm.c @@ -40,18 +40,6 @@ DECLARE_GLOBAL_DATA_PTR; -static const struct ns16550_platdata omap3_evm_serial = { - .base = OMAP34XX_UART1, - .reg_shift = 2, - .clock = V_NS16550_CLK, - .fcr = UART_FCR_DEFVAL, -}; - -U_BOOT_DEVICE(omap3_evm_uart) = { - "ns16550_serial", - &omap3_evm_serial -}; - static u32 omap3_evm_version; u32 get_omap3_evm_rev(void) |