[PATCH v9 8/9] rockchip: Move to standard boot

2023-04-08 Thread Simon Glass
Drop the distro-boot scripts and use standard boot instead. Signed-off-by: Simon Glass --- (no changes since v4) Changes in v4: - Add back BOOT_TARGETS Changes in v3: - Update rk3588 boards too Changes in v2: - Add new patch to move rockchip to standard boot include/configs/px30_common.h

Re: [PATCH v9 8/9] rockchip: Move to standard boot

2023-04-23 Thread Jonas Karlman
Hi Simon, On 2023-04-08 22:44, Simon Glass wrote: > Drop the distro-boot scripts and use standard boot instead. With the "Drop patches which enable BOOTSTD_DEFAULT" in v9 we must imply BOOTSTD_DEFAULTS or we run into the following on anything rk not rk3399. ## Error: "distro_bootcmd" not defin

Re: [PATCH v9 8/9] rockchip: Move to standard boot

2023-04-23 Thread Tom Rini
On Sun, Apr 23, 2023 at 10:46:27PM +, Jonas Karlman wrote: > Hi Simon, > > On 2023-04-08 22:44, Simon Glass wrote: > > Drop the distro-boot scripts and use standard boot instead. > > With the "Drop patches which enable BOOTSTD_DEFAULT" in v9 we must imply > BOOTSTD_DEFAULTS or we run into the

Re: [PATCH v9 8/9] rockchip: Move to standard boot

2023-04-23 Thread Simon Glass
Hi Tom, On Mon, 24 Apr 2023 at 11:35, Tom Rini wrote: > > On Sun, Apr 23, 2023 at 10:46:27PM +, Jonas Karlman wrote: > > Hi Simon, > > > > On 2023-04-08 22:44, Simon Glass wrote: > > > Drop the distro-boot scripts and use standard boot instead. > > > > With the "Drop patches which enable BOOT