]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mxs: Prevent serial console init when in very early SPL boot code
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:54 +0000 (12:43 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
commitc2f6c9dc746cfaeb8d75509556a21668176b3950
treea5099e1078296468ebd5cf65c865bb82f5ca401a
parent891f143f13eff9bcef4cad231d725220f7495d2b
arm: mxs: Prevent serial console init when in very early SPL boot code

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 <lukma@denx.de>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c