Re: [U-Boot] [PATCH v2] Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL"

2016-09-19 Thread Tom Rini
On Mon, Sep 19, 2016 at 09:40:26PM +0900, Masahiro Yamada wrote: > This reverts commit 90c08d9e08c7a108ab904f3bbdeb558081757892. > > I took a closer look at this after the commit was applied, and found > CONFIG_SYS_MALLOC_F_LEN=0x2000 was too much. 8KB memory for SPL is > actually too big for so

[U-Boot] [PATCH v2] Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL"

2016-09-19 Thread Masahiro Yamada
This reverts commit 90c08d9e08c7a108ab904f3bbdeb558081757892. I took a closer look at this after the commit was applied, and found CONFIG_SYS_MALLOC_F_LEN=0x2000 was too much. 8KB memory for SPL is actually too big for some boards. Perhaps 0x800 is enough, but the situation varies board by board