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)
commit191f683ee204c68eab2d6b28b9e4e81b1c6a0885
treea5099e1078296468ebd5cf65c865bb82f5ca401a
parenta21789194873d768ba829eb0169c7f0e3ceb85ef
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