]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: da850evm: Enable SPL_SYS_MALLOC_SIMPLE
authorAdam Ford <aford173@gmail.com>
Fri, 10 Aug 2018 21:07:47 +0000 (16:07 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 20 Aug 2018 11:21:27 +0000 (07:21 -0400)
commitc0ad83987e6950ff8e9214a7a8b1642062acfa66
tree77a3caff944d5867e44edcadc35f1523a37601e6
parent09618f28d30a9d48a8cbdbff8a619bd1ae586d46
ARM: da850evm: Enable SPL_SYS_MALLOC_SIMPLE

The SPL space is limited.  In order to try to enable DM in SPL,
we need more space. When combined wtih TINY_PRINTF, this reduces
the size of SPL by 6.5k

Original:

   text    data     bss     dec     hex filename
  20760    1216      80   22056    5628 spl/u-boot-spl

Tiny Printf
   text    data     bss     dec     hex filename
  17947    1216      80   19243    4b2b spl/u-boot-spl

Malloc Simple + Tiny Printf
   text    data     bss     dec     hex filename
  15187     176      28   15391    3c1f spl/u-boot-spl

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_defconfig