Re: [PATCH 16/29] rockchip: Set the skip-at-start property correctly

2025-02-09 Thread Simon Glass
Hi Jonas, On Wed, 5 Feb 2025 at 08:32, Jonas Karlman wrote: > > Hi Simon, > > On 2025-02-05 02:55, Simon Glass wrote: > > The rockchip image is written to the media at block 64, which is a 32K > > offset, so set the skip-at-start property to 0x8000 > > > > Update CONFIG_SPL_PAD_TO to point to the

Re: [PATCH 16/29] rockchip: Set the skip-at-start property correctly

2025-02-05 Thread Jonas Karlman
Hi Simon, On 2025-02-05 02:55, Simon Glass wrote: > The rockchip image is written to the media at block 64, which is a 32K > offset, so set the skip-at-start property to 0x8000 > > Update CONFIG_SPL_PAD_TO to point to the offset in the image, since > Binman is dealing with the 'missing' 32K now.

[PATCH 16/29] rockchip: Set the skip-at-start property correctly

2025-02-04 Thread Simon Glass
The rockchip image is written to the media at block 64, which is a 32K offset, so set the skip-at-start property to 0x8000 Update CONFIG_SPL_PAD_TO to point to the offset in the image, since Binman is dealing with the 'missing' 32K now. Signed-off-by: Simon Glass --- arch/arm/dts/rockchip-u-bo