[U-Boot] [PATCH 0/3] RFC: Patches to reduce TPL code size

Simon Glass sjg at chromium.org
Sun Mar 26 23:38:14 UTC 2017


With the rockchip 'rock' board some build and code size problems have come
to light with TPL. This series provides a few ideas to improve things.


Simon Glass (3):
  Makefile: Correct dependency race condition with TPL
  string: Provide a slimmed-down memset()
  Makefile: Provide an option to select SPL or TPL

 Makefile               | 3 ++-
 lib/Kconfig            | 9 +++++++++
 lib/string.c           | 6 ++++--
 scripts/Kbuild.include | 6 ++++++
 scripts/Makefile.spl   | 6 ++++++
 5 files changed, 27 insertions(+), 3 deletions(-)

-- 
2.12.1.578.ge9c3154ca4-goog



More information about the U-Boot mailing list