[U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-07-20 Thread sbabic
> Porting more DTS code from Linux kernel for display5 board required > increase of pre-relocation malloc pool size in U-Boot proper. > The early malloc memory is necessary for handling parsing and setup of > e.g. serial port device (and all its ancestors in DT tree). > Signed-off-by: Lukasz Majews

Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Peng Fan
> Subject: Re: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation > malloc pool size to 4KiB > > Hi Peng, > > > > Subject: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation > > > malloc pool size to 4KiB > > > > > > Porting more DTS code from Linux kernel for display5 board req

Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Lukasz Majewski
Hi Peng, > > Subject: [PATCH v1 05/11] ARM: display5: Increase the > > pre-relocation malloc pool size to 4KiB > > > > Porting more DTS code from Linux kernel for display5 board required > > increase of pre-relocation malloc pool size in U-Boot proper. > > > > The early malloc memory is necessar

Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc > pool size to 4KiB > > Porting more DTS code from Linux kernel for display5 board required increase > of pre-relocation malloc pool size in U-Boot proper. > > The early malloc memory is necessary for handling parsing a

[U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Lukasz Majewski
Porting more DTS code from Linux kernel for display5 board required increase of pre-relocation malloc pool size in U-Boot proper. The early malloc memory is necessary for handling parsing and setup of e.g. serial port device (and all its ancestors in DT tree). Signed-off-by: Lukasz Majewski ---