diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-10 18:00:18 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-21 07:24:11 +0100 |
commit | 768e0f52f2d1a9d19842c8d1ded22a96b080a266 (patch) | |
tree | 6a939287e24f31c79705862c9329366d88448faf /drivers/serial/atmel_usart.c | |
parent | 6cba6b9209723bde06251bd996fda4ffce705d3f (diff) | |
download | u-boot-imx-768e0f52f2d1a9d19842c8d1ded22a96b080a266.zip u-boot-imx-768e0f52f2d1a9d19842c8d1ded22a96b080a266.tar.gz u-boot-imx-768e0f52f2d1a9d19842c8d1ded22a96b080a266.tar.bz2 |
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: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/serial/atmel_usart.c')
0 files changed, 0 insertions, 0 deletions