Skip to content
Snippets Groups Projects
Commit 768e0f52 authored by Simon Glass's avatar Simon Glass
Browse files

Move early malloc() to before arch_cpu_init()


For some CPUs, having malloc() available very early is useful. There is no
reason to delay this since early malloc is allocated before board_init_f()
is called.

Move early malloc() init nearer to the start of the init sequence.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6cba6b92
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment