board/pc/genimage-efi.cfg: align the rootfs to start at 16MB offset from start of...
authorFlorian La Roche <florian.laroche@googlemail.com>
Thu, 22 Oct 2020 10:15:12 +0000 (12:15 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Nov 2020 21:44:02 +0000 (22:44 +0100)
commit4e89862706dd355dcba499a7e47b30737ce28a42
tree11c3a2a75508ae72109b9e7c66bc8172dca74be9
parentdf17721f885d5433b1ea6c3afd75d33d781f1426
board/pc/genimage-efi.cfg: align the rootfs to start at 16MB offset from start of the image

For grub-efi we can align the rootfs to start at exactly 16MB from the
beginning of the disk.  This can be done by reducing the vfat partition to
be 32 KB smaller than its 16MB size, just like the offset of the vfat
partition.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
[Peter: drop redundant offset/size settings, add comment]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/pc/genimage-efi.cfg