]> git.baikalelectronics.ru Git - uboot.git/commit
smartweb: use SPL_TINY_MEMSET
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 20 Jul 2018 15:10:28 +0000 (17:10 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 20 Jul 2018 23:55:26 +0000 (01:55 +0200)
commit617970000c5f4c487c8f4ba59f9717da4f5b4892
treeb77b5236dc0d9515d0e1e594fd38aa8ad6337e09
parentbbe91112f19e3ea5e2c44b31b0ce093d3281bbc5
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
configs/smartweb_defconfig