diff options
author | Sumit Garg <sumit.garg@nxp.com> | 2018-01-06 09:04:24 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-01-10 12:31:31 -0800 |
commit | 10e7eaf04a339bb990e2c20fef607d7a7a18779f (patch) | |
tree | 3d084925ddeb768e5bc6fb9581e58d1d7334eaa1 /configs | |
parent | dcb081ba953dcfda54d56a7633a6daf029b87b24 (diff) | |
download | u-boot-10e7eaf04a339bb990e2c20fef607d7a7a18779f.zip u-boot-10e7eaf04a339bb990e2c20fef607d7a7a18779f.tar.gz u-boot-10e7eaf04a339bb990e2c20fef607d7a7a18779f.tar.bz2 |
armv8: ls1088a: SPL size reduction
Using changes in this patch we were able to reduce approx 8k
size of u-boot-spl.bin image. Following is breif description of
changes to reduce SPL size:
1. Changes in board/freescale/ls1088a/Makefile to remove
compilation of eth.c and cpld.c in case of SPL build.
2. Changes in board/freescale/ls1088a/ls1088a.c to keep
board_early_init_f funcations in case of SPL build.
3. Changes in ls1088a_common.h & ls1088ardb.h to remove driver
specific macros due to which static data was being compiled in
case of SPL build.
Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions