[U-Boot] [PATCH v2 2/2] arm: socfpga: Enable part command and EFI partition support for DE0-nano-SoC
Frank Kunz
mailinglists at kunz-im-inter.net
Tue Mar 7 18:07:48 UTC 2017
Those features are used by distro boot with efi boot.
Signed-off-by: Frank Kunz <mailinglists at kunz-im-inter.net>
---
:100644 100644 b122135690... 14ac97e4f9... M configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_de0_nano_soc_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig
index b122135690..14ac97e4f9 100644
--- a/configs/socfpga_de0_nano_soc_defconfig
+++ b/configs/socfpga_de0_nano_soc_defconfig
@@ -21,6 +21,7 @@ CONFIG_CMD_ASKENV=y
CONFIG_CMD_GREPENV=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_I2C=y
@@ -37,6 +38,8 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_UBI=y
+CONFIG_EFI_PARTITION=y
+# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_SPL_DM=y
CONFIG_DFU_MMC=y
CONFIG_DM_GPIO=y
--
2.12.0
More information about the U-Boot
mailing list