legacy_disk_layout: Increase EFI-SYSTEM to 32MiB

The build_image process will fail when running out of space in the
EFI-SYSTEM partition. This can result from building a kernel that is
larger than usual when enabling certain config options.  For example,
setting CONFIG_KASAN=y can increase the kernel size by about 25%.

This patch increases the size of EFI-SYSTEM from 16MiB to 32MiB.

BUG=None
TEST=build_image works correctly after the kernel is built with
CONFIG_KASAN=y set in the config.

Change-Id: I5239b1681c9bf2cd3cd07a145dc11fbc26f3c44e
Signed-off-by: Wayne Boyer <wayne.boyer@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/528461
Commit-Ready: Wayne Boyer <wayne.boyer@intel.corp-partner.google.com>
Tested-by: Brian Wilson <brian.wilson@intel.com>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
1 file changed