commit | bbaeb7ac2200c6505a76f1bf5ba85cfe58fb750b | [log] [tgz] |
---|---|---|
author | Eugen.Hristev@microchip.com <Eugen.Hristev@microchip.com> | Wed Nov 28 09:33:43 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 07 08:13:44 2018 -0500 |
tree | 5242c144c162db0ace7ef3a2e2cc31d62a5a9827 | |
parent | 075b0185b6e785f08391802dccd3293ce8517a93 [diff] |
ARM: at91: lds: add test for SPL binary size and bss size Add test for the SPL binary size and the bss section size. This will throw an error at build time if the SPL sections do not fit in the designated RAM area, thus avoiding oversizing the SPL. Based on original work by Wenyou Yang. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>