commit | e6313ab75e6ddb92ae8aa520e72725f68181c68b | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jul 20 17:10:28 2018 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sat Jul 21 01:55:26 2018 +0200 |
tree | b77b5236dc0d9515d0e1e594fd38aa8ad6337e09 | |
parent | a546c56582340bdfdf88e959662db044e59e7a2b [diff] |
smartweb: use SPL_TINY_MEMSET The SPL code for smartweb is close to its limit and adding a few extra instructions to SPL will cause it to overrun its sram allotement (thus causing build failures). To allow adding the 'spl_perform_fixups' extension point to SPL, we'll enable SPL_TINY_MEMSET for smartweb. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Series-cc: trini