Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Reduce SPL size.

2019-05-28 Thread Christoph Müllner
On 28.05.19 15:06, Kever Yang wrote: > Hi Christoph, > >     This patch need re-base upon latest mainline tree. > >     And see below commons. > > > On 05/07/2019 04:42 PM, Christoph Muellner wrote: >> This commit reduces the SPL size by fixing typos in the removed property >> string list, sw

Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Reduce SPL size.

2019-05-28 Thread Kever Yang
Hi Christoph,     This patch need re-base upon latest mainline tree.     And see below commons. On 05/07/2019 04:42 PM, Christoph Muellner wrote: > This commit reduces the SPL size by fixing typos in the removed property > string list, switching to the tiny versions of printf/memset and > disab

Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Reduce SPL size.

2019-05-26 Thread Kever Yang
Hi Christoph, On 05/07/2019 04:42 PM, Christoph Muellner wrote: > This commit reduces the SPL size by fixing typos in the removed property > string list, switching to the tiny versions of printf/memset and > disabling SPL_DOS/EFI_PARTITION support. > > Signed-off-by: Christoph Muellner Reviewed

Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Reduce SPL size.

2019-05-18 Thread Simon Glass
On Tue, 7 May 2019 at 02:42, Christoph Muellner wrote: > > This commit reduces the SPL size by fixing typos in the removed property > string list, switching to the tiny versions of printf/memset and > disabling SPL_DOS/EFI_PARTITION support. > > Signed-off-by: Christoph Muellner > --- > > config

[U-Boot] [PATCH] rockchip: rk3399-puma: Reduce SPL size.

2019-05-07 Thread Christoph Muellner
This commit reduces the SPL size by fixing typos in the removed property string list, switching to the tiny versions of printf/memset and disabling SPL_DOS/EFI_PARTITION support. Signed-off-by: Christoph Muellner --- configs/puma-rk3399_defconfig | 6 +- 1 file changed, 5 insertions(+), 1 d