Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Slawomir Stepien
On lis 03, 2023 11:03, Jonas Karlman wrote: > On 2023-11-03 10:34, Slawomir Stepien wrote: > > Hi Jonas and Kever > > > > Thanks for clarifying the situation Kever! Please see below my proposition. > > What do you think? > > Yes, this matches my proposition at [1], and I have a series queued now

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Slawomir Stepien
Hi Jonas and Kever Thanks for clarifying the situation Kever! Please see below my proposition. What do you think? On lis 02, 2023 15:27, Kever Yang wrote: > Hi Jonas, > > On 2023/11/1 00:45, Jonas Karlman wrote: > > On 2023-10-31 17:13, Slawomir Stepien wrote: > > > Mark the flash@0 as BROM_BOO

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Jonas Karlman
On 2023-11-03 10:34, Slawomir Stepien wrote: > Hi Jonas and Kever > > Thanks for clarifying the situation Kever! Please see below my proposition. > What do you think? Yes, this matches my proposition at [1], and I have a series queued now that we have gotten the answer. Have included your commi

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-03 Thread Kever Yang
Hi Slawomir, On 2023/11/3 17:34, Slawomir Stepien wrote: Hi Jonas and Kever Thanks for clarifying the situation Kever! Please see below my proposition. What do you think? On lis 02, 2023 15:27, Kever Yang wrote: Hi Jonas, On 2023/11/1 00:45, Jonas Karlman wrote: On 2023-10-31 17:13, Slawom

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-11-02 Thread Kever Yang
Hi Jonas, On 2023/11/1 00:45, Jonas Karlman wrote: On 2023-10-31 17:13, Slawomir Stepien wrote: Mark the flash@0 as BROM_BOOTSOURCE_SPINAND. Fixes use of same-as-spl in u-boot,spl-boot-order prop on Orange Pi 5 Plus. Signed-off-by: Slawomir Stepien --- arch/arm/mach-rockchip/rk3588/rk3588.c

[PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-10-31 Thread Slawomir Stepien
Mark the flash@0 as BROM_BOOTSOURCE_SPINAND. Fixes use of same-as-spl in u-boot,spl-boot-order prop on Orange Pi 5 Plus. Signed-off-by: Slawomir Stepien --- arch/arm/mach-rockchip/rk3588/rk3588.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rockchip/rk3588/rk3588.c b/arch/a

Re: [PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device

2023-10-31 Thread Jonas Karlman
On 2023-10-31 17:13, Slawomir Stepien wrote: > Mark the flash@0 as BROM_BOOTSOURCE_SPINAND. > Fixes use of same-as-spl in u-boot,spl-boot-order prop on Orange Pi 5 > Plus. > > Signed-off-by: Slawomir Stepien > --- > arch/arm/mach-rockchip/rk3588/rk3588.c | 1 + > 1 file changed, 1 insertion(+) >