mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
arm: mach-k3: am642: move do_dt_magic() after sysfw loading
Makes it possible to use e.g mcu_spi0 for custom board detection. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
This commit is contained in:
parent
77df85c485
commit
c0c56f64b3
@ -183,8 +183,6 @@ void board_init_f(ulong dummy)
|
|||||||
|
|
||||||
preloader_console_init();
|
preloader_console_init();
|
||||||
|
|
||||||
do_dt_magic();
|
|
||||||
|
|
||||||
#if defined(CONFIG_K3_LOAD_SYSFW)
|
#if defined(CONFIG_K3_LOAD_SYSFW)
|
||||||
/*
|
/*
|
||||||
* Process pinctrl for serial3 a.k.a. MAIN UART1 module and continue
|
* Process pinctrl for serial3 a.k.a. MAIN UART1 module and continue
|
||||||
@ -211,6 +209,8 @@ void board_init_f(ulong dummy)
|
|||||||
/* Output System Firmware version info */
|
/* Output System Firmware version info */
|
||||||
k3_sysfw_print_ver();
|
k3_sysfw_print_ver();
|
||||||
|
|
||||||
|
do_dt_magic();
|
||||||
|
|
||||||
#if defined(CONFIG_ESM_K3)
|
#if defined(CONFIG_ESM_K3)
|
||||||
/* Probe/configure ESM0 */
|
/* Probe/configure ESM0 */
|
||||||
ret = uclass_get_device_by_name(UCLASS_MISC, "esm@420000", &dev);
|
ret = uclass_get_device_by_name(UCLASS_MISC, "esm@420000", &dev);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user