Re: [PATCH] arm: actions: increase SYS_MALLOC_F_LEN

2020-11-09 Thread Tom Rini
On Mon, Nov 09, 2020 at 07:31:08PM +0530, Amit Singh Tomar wrote: > after commit 4ab3817ff16a ("clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag") > Cubieboard7 (based on actions S700 SoC) fails to boot. > > It is due to the fact that the default value of CONFIG_SYS_MALLOC_F_LEN > (0x400) > would

[PATCH] arm: actions: increase SYS_MALLOC_F_LEN

2020-11-09 Thread Amit Singh Tomar
after commit 4ab3817ff16a ("clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag") Cubieboard7 (based on actions S700 SoC) fails to boot. It is due to the fact that the default value of CONFIG_SYS_MALLOC_F_LEN (0x400) would not provide enough memory for clock device to probe (before relocation) well. T

Re: [PATCH] arm: actions: increase SYS_MALLOC_F_LEN

2020-11-09 Thread Manivannan Sadhasivam
On Mon, Nov 09, 2020 at 07:31:08PM +0530, Amit Singh Tomar wrote: > after commit 4ab3817ff16a ("clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag") > Cubieboard7 (based on actions S700 SoC) fails to boot. > > It is due to the fact that the default value of CONFIG_SYS_MALLOC_F_LEN > (0x400) > would n