summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_de0_nano_soc_defconfig
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2018-04-12 09:03:37 -0500
committerMarek Vasut <marex@denx.de>2018-04-17 11:39:50 +0200
commitf369e1564cf4f81654b8a806fdc325b62b6627dc (patch)
tree26217feee6054f1e79ef89de7c2d8b5f21dcdf80 /configs/socfpga_de0_nano_soc_defconfig
parenta8c2dcf098f577dbc4c059732e73c0ccb6832398 (diff)
downloadu-boot-f369e1564cf4f81654b8a806fdc325b62b6627dc.tar.gz
u-boot-f369e1564cf4f81654b8a806fdc325b62b6627dc.tar.xz
u-boot-f369e1564cf4f81654b8a806fdc325b62b6627dc.zip
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 <dinguyen@kernel.org>
Diffstat (limited to 'configs/socfpga_de0_nano_soc_defconfig')
-rw-r--r--configs/socfpga_de0_nano_soc_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig
index e37e149202..efb13748b6 100644
--- a/configs/socfpga_de0_nano_soc_defconfig
+++ b/configs/socfpga_de0_nano_soc_defconfig
@@ -24,6 +24,8 @@ CONFIG_CMD_ASKENV=y
CONFIG_CMD_GREPENV=y
CONFIG_CMD_DFU=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_I2C=y
CONFIG_CMD_MMC=y