Re: [PATCH v1] rockchip: phycore_rk3288: remove phycore_init() function

2022-10-19 Thread Wadim Egorov
Am 19.10.22 um 00:35 schrieb Johan Jonker: > > On 10/18/22 13:43, Wadim Egorov wrote: >> Hi Johan, >> >> thanks for this Patch. You were faster with the patch. >> >> I hope the size reduction is enough to make it buildable with Kevers patch. > This patch only reduces the SPL size a few hundred byte

Re: [PATCH v1] rockchip: phycore_rk3288: remove phycore_init() function

2022-10-19 Thread Kever Yang
On 2022/10/18 19:25, Johan Jonker wrote: The phycore_rk3288 board has a SPL size problem, so remove phycore_init() function to stay within the limits. This patch can reduce enough size to make the build pass. Reviewed-by: Kever Yang Thanks, - Kever Signed-off-by: Johan Jonker --- a

Re: [PATCH v1] rockchip: phycore_rk3288: remove phycore_init() function

2022-10-18 Thread Johan Jonker
On 10/18/22 13:43, Wadim Egorov wrote: > Hi Johan, > > thanks for this Patch. You were faster with the patch. > > I hope the size reduction is enough to make it buildable with Kevers patch. This patch only reduces the SPL size a few hundred bytes. U-boot tend to grow over time. To be future p

Re: [PATCH v1] rockchip: phycore_rk3288: remove phycore_init() function

2022-10-18 Thread Wadim Egorov
Hi Johan, thanks for this Patch. You were faster with the patch. I hope the size reduction is enough to make it buildable with Kevers patch. Am 18.10.22 um 13:25 schrieb Johan Jonker: > The phycore_rk3288 board has a SPL size problem, > so remove phycore_init() function to stay within the limit

[PATCH v1] rockchip: phycore_rk3288: remove phycore_init() function

2022-10-18 Thread Johan Jonker
The phycore_rk3288 board has a SPL size problem, so remove phycore_init() function to stay within the limits. Signed-off-by: Johan Jonker --- arch/arm/mach-rockchip/rk3288/Kconfig| 1 - board/phytec/phycore_rk3288/phycore-rk3288.c | 46 2 files changed, 47 deletions