]> git.baikalelectronics.ru Git - uboot.git/commit
imx8mp_evk: spl: use spl_early_init
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 May 2020 23:33:48 +0000 (20:33 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:35 +0000 (10:42 +0200)
commit8e80601c62b6a5f11a176c18ad9047788a5175b4
tree61adbbe2dc8355f01aa37a0f96d53a99e83e28f5
parentb3e2acfb6d28dcb935c36486e9e6eb9212eb0c42
imx8mp_evk: spl: use spl_early_init

Use spl_early_init to replace spl_init, spl_init will be invoked
in board_init_r, we only need use spl_early_init to setup malloc
and scan early dt.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
board/freescale/imx8mp_evk/spl.c