commit | 76443437fc2a833b449beda4b8246320b4536a54 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Mar 09 23:32:44 2021 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Mar 15 12:13:44 2021 +0530 |
tree | ea77b5ea41e84f570a66e4de10edfe0eb9e29d98 | |
parent | 1ee95152f3042705c07e75e832a6b74f5a5fc61b [diff] |
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>