Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-06 Thread Tom Rini
On Fri, Aug 06, 2021 at 11:24:54AM +0200, Mattijs Korpershoek wrote: > Hi Tom, Neil, > > Neil Armstrong writes: > > > On 05/08/2021 19:16, Tom Rini wrote: > >> On Thu, Aug 05, 2021 at 06:20:53PM +0200, Neil Armstrong wrote: > >>> On 05/08/2021 17:17, Mattijs Korpershoek wrote: > Permit rede

Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-06 Thread Tom Rini
On Fri, Aug 06, 2021 at 09:54:10AM +0200, Neil Armstrong wrote: > On 05/08/2021 19:16, Tom Rini wrote: > > On Thu, Aug 05, 2021 at 06:20:53PM +0200, Neil Armstrong wrote: > >> On 05/08/2021 17:17, Mattijs Korpershoek wrote: > >>> Permit redefining SYS_MALLOC_LEN for board specific configs. > >>> Th

Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-06 Thread Mattijs Korpershoek
Hi Tom, Neil, Neil Armstrong writes: > On 05/08/2021 19:16, Tom Rini wrote: >> On Thu, Aug 05, 2021 at 06:20:53PM +0200, Neil Armstrong wrote: >>> On 05/08/2021 17:17, Mattijs Korpershoek wrote: Permit redefining SYS_MALLOC_LEN for board specific configs. This is especially useful for

Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-06 Thread Neil Armstrong
On 05/08/2021 19:16, Tom Rini wrote: > On Thu, Aug 05, 2021 at 06:20:53PM +0200, Neil Armstrong wrote: >> On 05/08/2021 17:17, Mattijs Korpershoek wrote: >>> Permit redefining SYS_MALLOC_LEN for board specific configs. >>> This is especially useful for Android with AVB, which requires a malloc >>>

Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-05 Thread Tom Rini
On Thu, Aug 05, 2021 at 06:20:53PM +0200, Neil Armstrong wrote: > On 05/08/2021 17:17, Mattijs Korpershoek wrote: > > Permit redefining SYS_MALLOC_LEN for board specific configs. > > This is especially useful for Android with AVB, which requires a malloc > > length of 128M. > > > > Signed-off-by:

Re: [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN

2021-08-05 Thread Neil Armstrong
On 05/08/2021 17:17, Mattijs Korpershoek wrote: > Permit redefining SYS_MALLOC_LEN for board specific configs. > This is especially useful for Android with AVB, which requires a malloc > length of 128M. > > Signed-off-by: Guillaume La Roque > Signed-off-by: Mattijs Korpershoek > --- > include/c