]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: configs: am64x_evm: Optimize size of SPL BSS
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 6 May 2021 11:14:54 +0000 (16:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 11:02:44 +0000 (16:32 +0530)
commit212cba02b7db8635ae45c97e99dcb8020bfebc9b
treef9e9b41a40a8d4b0d27bbbd09fdfad5492017e15
parentaad1614468e900771051701f46b0f93656dda698
include: configs: am64x_evm: Optimize size of SPL BSS

Current BSS allocation of SPL is as below:
size spl/u-boot-spl
   text    data     bss     dec     hex filename
 144572    5484    1752  151808   25100 spl/u-boot-spl

But 20KB is allocated currently for BSS. Reduce it to 4KB and
save some space for stack.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
include/configs/am64x_evm.h