commit | ced8c150d3900f82fca4b88eb088b6d911f724a0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jul 06 01:26:10 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 13 11:29:40 2023 +0200 |
tree | c799f4b5dd6c6a56f1b3c9e5523f1c22f26119f6 | |
parent | 716445943e3ae0412fd4737dcdccdca5638d1ff2 [diff] |
ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC In case the i.MX8M Plus starts from eMMC BOOT1/BOOT2 HW partitions, the flash.bin container is stored at offset 0 from the start, that means the fitImage itb is at offset 0x2c0 instead of 0x300 sectors from the start. Handle this difference in custom spl_mmc_get_uboot_raw_sector() . Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>