Hi Heiko, Thank you for the patch.
On Sat, Jan 24, 2026 at 06:47, Heiko Schocher <[email protected]> wrote: > From: Adrian Freihofer <[email protected]> > > Add a weak function fb_mmc_get_boot_offset() to allow to override > the default offset (0) when writing to eMMC boot partitions. > This enables support for devices with non-standard boot partition > layouts, such as those requiring an offset for correct bootloader > placement. > > The imx8qxp processors are an example where older revisions need a > 32kB offset. > > Signed-off-by: Adrian Freihofer <[email protected]> > Signed-off-by: Heiko Schocher <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> I'm fine with this commit message but I also like the one that Peng suggested[1] Up to you to decide if you want to respin to update. [1] https://lore.kernel.org/all/aXbGZ22OTwTbbGEw@shlinux89/ > --- > > drivers/fastboot/fb_block.c | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) >

