summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-06-25 02:51:42 -0700
committerYe Li <ye.li@nxp.com>2019-06-25 18:55:30 -0700
commitc36ae6a623b075192b20d93f9e3fe966961d86f4 (patch)
tree90bf6f70c72590130b84c33fe074f8a84b3eda18 /disk
parent53cc1a63d672882cb8c71af61321051f4dcbe091 (diff)
MLK-22105-3 imx8/imx8m: spl: Move bss clean up before arch_cpu_init
Since rng_init is used arch_cpu_init, we have to clean up BSS section before it. Also remove the unnecessary memset to global data, because board_init_f_init_reserve already memset it. If we memset it in board_init_f, the gd->malloc_base is reset to 0 and will cause early malloc problem when CONFIG_MALLOC_F_ADDR is not set. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'disk')
0 files changed, 0 insertions, 0 deletions