]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx: kontron-sl-mx8mm: Adjust offset for U-Boot proper in case of eMMC fastboot
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Tue, 4 Nov 2025 10:30:07 +0000 (11:30 +0100)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:45:51 +0000 (12:45 -0300)
commit03584081047df5b5f24f4a0f6c1b0645036bf73e
tree5fb99e6130301e4ae31db26506a5a51290ca93ef
parent4faa1a5287b3a7fe6dbf7d79ec8ded86913f4f5b
imx: kontron-sl-mx8mm: Adjust offset for U-Boot proper in case of eMMC fastboot

The image offset on SD/MMC devices is 33 KiB, except for eMMC boot if
fastboot is enabled. In this case it is 1 KiB. In order to make the
the bootloader universal, check the fastboot OTP boot fuse and adjust
the offset.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
board/kontron/sl-mx8mm/spl.c