From f369e1564cf4f81654b8a806fdc325b62b6627dc Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Thu, 12 Apr 2018 09:03:37 -0500 Subject: configs: socfpga: disable EFI and ISO partition types None of the SoCFPGA platforms will support EFI/ISO partition types that is needed for DISTRO_DEFAULTS. SoCFPGA bootroom will only support 0xa2 partition type. This is needed to help limit the size of the SPL to within the 64k limit that is required for SoCFPGA. Signed-off-by: Dinh Nguyen --- configs/socfpga_arria10_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/socfpga_arria10_defconfig') diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index e5984f2bd1..0717a84b68 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -17,6 +17,8 @@ CONFIG_SPL_SPI_LOAD=y CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y # CONFIG_CMD_FLASH is not set +# CONFIG_ISO_PARTITION is not set +# CONFIG_EFI_PARTITION is not set CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_CACHE=y -- cgit v1.2.3