Re: [U-Boot] [PATCH 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

2019-03-18 Thread Chee, Tien Fong
On Mon, 2019-03-11 at 22:35 +0100, Simon Goldschmidt wrote: > Instead of fixing the SPL stack to 64 KiB in the board config header > via > CONFIG_SYS_SPL_MALLOC_SIZE, let's just use > CONFIG_SPL_SYS_MALLOC_F_LEN > in the defconfig. > > This also has the advandage that it removes sub-mach specific

[U-Boot] [PATCH 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

2019-03-11 Thread Simon Goldschmidt
Instead of fixing the SPL stack to 64 KiB in the board config header via CONFIG_SYS_SPL_MALLOC_SIZE, let's just use CONFIG_SPL_SYS_MALLOC_F_LEN in the defconfig. This also has the advandage that it removes sub-mach specific ifdefs in socfpga_common.h. Signed-off-by: Simon Goldschmidt --- This