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

2019-03-01 Thread Marek Vasut
On 3/1/19 8:48 AM, Simon Goldschmidt wrote: > On Thu, Feb 28, 2019 at 10:44 PM Marek Vasut wrote: >> >> On 2/28/19 9:33 PM, 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_L

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

2019-02-28 Thread Simon Goldschmidt
On Thu, Feb 28, 2019 at 10:44 PM Marek Vasut wrote: > > On 2/28/19 9:33 PM, 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 t

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

2019-02-28 Thread Marek Vasut
On 2/28/19 9:33 PM, 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 ifdefs in > socfpga

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

2019-02-28 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 --- confi