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)
commit918c72f3f27abd9825f6d26ffdfd7f33d9ea9cd3
treeb99c8589685dd34c15d4df76517c1a0e44ec27dd
parent019438e4fd6c63dc9c093a812faa98dcdfd7f970
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