]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: fsl-layerscape: spl: call spl_early_init()
authorMichael Walle <michael@walle.cc>
Fri, 26 Mar 2021 18:40:56 +0000 (19:40 +0100)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 15 Apr 2021 08:52:22 +0000 (14:22 +0530)
commitb906dbea29de1c8a5e7cc5a62b40869e3ee7d27d
treeb99c8589685dd34c15d4df76517c1a0e44ec27dd
parentcf9f3e29623f17031dc8776f8047e94d15a648c3
armv8: fsl-layerscape: spl: call spl_early_init()

DM_SERIAL needs both the device tree as well as an early heap. Thus, we
have to call spl_early_init() to initialize the memory allocator and the
setup the device tree.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/spl.c