Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-29 Thread Tom Rini
On Sat, Sep 24, 2022 at 03:36:24PM +0200, Michael Trimarchi wrote: > The max size is defined at architectural level. On the same commit > I have checked mostly all the other architecture and look like they are > > Fixes: commit ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig") > Signed-

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-29 Thread Tom Rini
On Mon, Sep 26, 2022 at 04:29:30PM +0800, Peng Fan wrote: > > > On 9/24/2022 9:36 PM, Michael Trimarchi wrote: > > The max size is defined at architectural level. On the same commit > > I have checked mostly all the other architecture and look like they are > > > > Fixes: commit ca8a329a1b7f ("C

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-26 Thread Michael Nazzareno Trimarchi
Hi kever On Mon, Sep 26, 2022 at 11:43 AM Kever Yang wrote: > > Hi Michael, > > > On 2022/9/26 14:59, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Mon, Sep 26, 2022 at 5:55 AM Kever Yang > > wrote: > >> Hi Michael, > >> > >> On 2022/9/24 21:36, Michael Trimarchi wrote: > >>> The max siz

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-26 Thread Kever Yang
Hi Michael, On 2022/9/26 14:59, Michael Nazzareno Trimarchi wrote: Hi On Mon, Sep 26, 2022 at 5:55 AM Kever Yang wrote: Hi Michael, On 2022/9/24 21:36, Michael Trimarchi wrote: The max size is defined at architectural level. On the same commit I have checked mostly all the other architectu

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-26 Thread Peng Fan
On 9/24/2022 9:36 PM, Michael Trimarchi wrote: The max size is defined at architectural level. On the same commit I have checked mostly all the other architecture and look like they are Fixes: commit ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig") From your description, this sho

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-26 Thread Michael Nazzareno Trimarchi
Hi On Mon, Sep 26, 2022 at 5:55 AM Kever Yang wrote: > > Hi Michael, > > On 2022/9/24 21:36, Michael Trimarchi wrote: > > The max size is defined at architectural level. On the same commit > > I have checked mostly all the other architecture and look like they are > > So how is this TPL_MAX_SIZE

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-25 Thread Kever Yang
Hi Michael, On 2022/9/24 21:36, Michael Trimarchi wrote: The max size is defined at architectural level. On the same commit I have checked mostly all the other architecture and look like they are So how is this TPL_MAX_SIZE or SPL_PAD_TO is defined for rockchip platform? This value should be

Re: [PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-24 Thread Tom Rini
On Sat, Sep 24, 2022 at 03:36:24PM +0200, Michael Trimarchi wrote: > The max size is defined at architectural level. On the same commit > I have checked mostly all the other architecture and look like they are > > Fixes: commit ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig") > Signed-

[PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition

2022-09-24 Thread Michael Trimarchi
The max size is defined at architectural level. On the same commit I have checked mostly all the other architecture and look like they are Fixes: commit ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig") Signed-off-by: Michael Trimarchi --- configs/evb-px30_defconfig