]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: imx8image: Fix FSPI alignment to 4 kiB
authorMarek Vasut <marex@nabladev.com>
Wed, 3 Jun 2026 22:32:12 +0000 (00:32 +0200)
committerFabio Estevam <festevam@gmail.com>
Thu, 4 Jun 2026 20:27:17 +0000 (17:27 -0300)
commit0fba623e4fd421bbea6e44156ea15a135d08576d
tree9a80bbb4f92755d148dd96b56981f4b6cad3dc7e
parentb9fc16e72ddb1cfa3f01b484613343d77b97b1c0
tools: imx8image: Fix FSPI alignment to 4 kiB

The SPI NOR minimum subsector size is 4 kiB, update the alignment.
THis is particularly important in case of embedded DUMMY_DDR, which
must be at at least 4 kiB aligned offset.

Fixes: a2b96ece5be1 ("tools: add i.MX8/8X image support")
Signed-off-by: Marek Vasut <marex@nabladev.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c