]> git.baikalelectronics.ru Git - uboot.git/commit
include: configs: am65x_evm: Optimize size of SPL BSS
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 9 Mar 2021 18:02:44 +0000 (23:32 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 15 Mar 2021 06:43:44 +0000 (12:13 +0530)
commit4f00be1c4f549777356e2e2f07afd927ff62deee
treeea77b5ea41e84f570a66e4de10edfe0eb9e29d98
parent5955db86ec14e44e2e63d801c967d5db8c886188
include: configs: am65x_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
 132369    7852    1496  141717   22995 spl/u-boot-spl

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

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