aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-07-23 12:20:46 -0300
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:16 +0200
commit91457597e3c95450ac42cf45a4a5fe7da174fd20 (patch)
tree85da95360fa5620cbe903595d640b4740d77f81b /scripts
parent971a71e114d00ceee7b486d4599d3c26756109fb (diff)
downloadu-boot-91457597e3c95450ac42cf45a4a5fe7da174fd20.zip
u-boot-91457597e3c95450ac42cf45a4a5fe7da174fd20.tar.gz
u-boot-91457597e3c95450ac42cf45a4a5fe7da174fd20.tar.bz2
mx6sabresd: Reduce overall SPL size
Currently the SPL binary is 67 kB, which leaves only 1 kB of free internal RAM space. The following options can be safely removed to save some precious SPL space: - CONFIG_SPL_FS_EXT4: u-boot-dtb.img is stored in raw sector via dd command (at offset 69 kB) - CONFIG_SPL_I2C_SUPPORT: I2C is not used during SPL - CONFIG_SPL_OS_BOOT: no need to make Falcon mode supported by default After this change the SPL binary size gets down to 51 kB. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions