Commits
Simon Goldschmidt committed d6d383ca27c
arm: socfpga: provide default SPL_SIZE_LIMIT for gen5 This provides an SPL_SIZE_LIMIT that makes the build check that the SPL binary loaded from flash fits into the SRAM (64 KiB) and leaves enough room for global data, heap and stack (512 bytes assumed stack usage). Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>