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

2019-03-20 Thread Simon Goldschmidt
Chee, Tien Fong schrieb am Mi., 20. März 2019, 05:15: > On Tue, 2019-03-19 at 17:29 +0100, Simon Goldschmidt wrote: > > Am 19.03.2019 um 17:19 schrieb Chee, Tien Fong: > > > > > > On Fri, 2019-03-15 at 21:13 +0100, Simon Goldschmidt wrote: > > > > > > > > Instead of fixing the SPL stack to 64

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

2019-03-19 Thread Chee, Tien Fong
On Tue, 2019-03-19 at 17:29 +0100, Simon Goldschmidt wrote: > Am 19.03.2019 um 17:19 schrieb Chee, Tien Fong: > > > > On Fri, 2019-03-15 at 21:13 +0100, Simon Goldschmidt wrote: > > > > > > Instead of fixing the SPL stack to 64 KiB in the board config > > > header > > > via > > >

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

2019-03-19 Thread Simon Goldschmidt
Am 19.03.2019 um 17:19 schrieb Chee, Tien Fong: On Fri, 2019-03-15 at 21:13 +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

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

2019-03-19 Thread Chee, Tien Fong
On Fri, 2019-03-15 at 21:13 +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 v2 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

2019-03-15 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 ---