diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-02-03 16:24:48 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-02-09 15:13:12 +0100 |
commit | ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef (patch) | |
tree | e94a54b936855a1c2c96e3067c5800586ffa9c7a /configs/am335x_boneblack_defconfig | |
parent | 405e651d705e197babe423ef88e8224e2737fc06 (diff) | |
download | u-boot-imx-ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef.zip u-boot-imx-ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef.tar.gz u-boot-imx-ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef.tar.bz2 |
microblaze: spl: Do not call mem_malloc_init and use early alloc
This patch has some parts connected together:
- Use _gd in bss section which is automatically cleared
Location at SPL_MALLOC_END wasn't cleared at all
- Use MALLOC_F_LEN(early alloc) instead of FULL MALLOC
(mem_malloc_init is not called at all)
- Simplify malloc and stack init.
At the end of SPL addr is malloc area and below is stack
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/am335x_boneblack_defconfig')
0 files changed, 0 insertions, 0 deletions