
12 Jul
2019
12 Jul
'19
6:07 a.m.
On 7/11/19 9:18 PM, Simon Goldschmidt wrote:
This driver uses bss from SPL board_init_f(). Change it to move all the data from bss to a common struct allocated on the stack (64 byte).
In addition to saving 28 bytes of bss, the code even gets 264 bytes smaller.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Applied, thanks.