commit | 7085f827b9c08aad96d054b17e658bb9e59c58b3 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Mar 29 21:25:58 2023 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 13 11:34:47 2023 +0200 |
tree | 6731ad8ac56a4430a4db7dfcc330000134ed883b | |
parent | eebdc21e600fbe53a23dc934c3581bb887274796 [diff] |
arm: mvebu: spl: Allow to build SATA kwbimage for 4K Native disks Add a new config option CONFIG_MVEBU_SPL_SATA_BLKSZ for specifying block size of SATA disk. This information is used during building of SATA kwbimage and must be correctly set, otherwise BootROM does not load SPL. For 4K Native disks CONFIG_MVEBU_SPL_SATA_BLKSZ must be set to 4096. Signed-off-by: Pali Rohár <pali@kernel.org> Tested-by: Martin Rowe <martin.p.rowe@gmail.com>