[PATCH v1 12/16] arm: mxs: Prevent serial console init when in very early SPL boot code

2023-07-11 Thread sbabic
> When DM_SERIAL is enabled on mxs (i.e. imx28) platform, the console > early initialization must be postponed until the driver model is > correctly setup. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH v1 12/16] arm: mxs: Prevent serial console init when in very early SPL boot code

2023-05-19 Thread Lukasz Majewski
When DM_SERIAL is enabled on mxs (i.e. imx28) platform, the console early initialization must be postponed until the driver model is correctly setup. Signed-off-by: Lukasz Majewski --- arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git