commit | c3561ab6249322893273707016b2b2253d0e89c3 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jul 09 16:35:42 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jul 16 20:28:23 2024 +0200 |
tree | a1973155c3d16d7e7153a1f8d7a152f5ebba7685 | |
parent | a1e04619950f29bfad781fb0d4cbcda65f5d5245 [diff] |
hw/sd/sdcard: Add eMMC 'boot-partition-size' property Avoid hardcoding 1MiB boot size in EXT_CSD_BOOT_MULT, expose it as 'boot-partition-size' QOM property. By default, do not use any size. The board is responsible to set the boot partition size property. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20240712162719.88165-10-philmd@linaro.org>