[U-Boot] [PATCH 2/5] board: ti: beagleboneai: add initial support
Lokesh Vutla
lokeshvutla at ti.com
Thu Nov 21 03:43:58 UTC 2019
On 21/11/19 3:39 AM, Caleb Robey wrote:
> These are necessities for beaglebone ai boot.
>
> Signed-off-by: Jason Kridner <jdk at ti.com>
> Signed-off-by: Caleb Robey <c-robey at ti.com>
I guess you missed adding emif changes and eeprom definition here?
Thanks and regards,
Lokesh
>
> ---
> arch/arm/mach-omap2/omap5/hw_data.c | 1 +
> include/configs/am57xx_evm.h | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/omap5/hw_data.c b/arch/arm/mach-omap2/omap5/hw_data.c
> index c4a41db92a..fa4e27063c 100644
> --- a/arch/arm/mach-omap2/omap5/hw_data.c
> +++ b/arch/arm/mach-omap2/omap5/hw_data.c
> @@ -418,6 +418,7 @@ void enable_basic_clocks(void)
> (*prcm)->cm_l3init_hsmmc2_clkctrl,
> (*prcm)->cm_l4per_gptimer2_clkctrl,
> (*prcm)->cm_wkup_wdtimer2_clkctrl,
> + (*prcm)->cm_l4per_uart1_clkctrl,
> (*prcm)->cm_l4per_uart3_clkctrl,
> (*prcm)->cm_l4per_i2c1_clkctrl,
> #ifdef CONFIG_DRIVER_TI_CPSW
> diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
> index baeca5417d..f155581fa2 100644
> --- a/include/configs/am57xx_evm.h
> +++ b/include/configs/am57xx_evm.h
> @@ -23,7 +23,6 @@
>
> #define CONFIG_SYS_BOOTM_LEN SZ_64M
>
> -#define CONSOLEDEV "ttyS2"
> #define CONFIG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */
> #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
> #define CONFIG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
>
More information about the U-Boot
mailing list