[U-Boot] [PATCH v2 01/33] Move early malloc() to before arch_cpu_init()

Simon Glass sjg at chromium.org
Thu Nov 13 06:24:23 CET 2014


On 10 November 2014 18:00, Simon Glass <sjg at chromium.org> wrote:
> 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: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86.


More information about the U-Boot mailing list