Re: [PATCH v2 30/35] rockchip: Set the skip-at-start property correctly

2025-02-27 Thread Simon Glass
Hi Jonas, On Mon, 17 Feb 2025 at 15:10, Jonas Karlman wrote: > > Hi Simon, > > On 2025-02-09 22:14, 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 th

Re: [PATCH v2 30/35] rockchip: Set the skip-at-start property correctly

2025-02-17 Thread Jonas Karlman
Hi Simon, On 2025-02-09 22:14, 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 v2 30/35] rockchip: Set the skip-at-start property correctly

2025-02-09 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 --- Changes in v2: - Move this