Guillaume GARDET
46c6861eeb
OBS-URL: https://build.opensuse.org/request/show/1081247 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=186
25 lines
1005 B
Diff
25 lines
1005 B
Diff
From a62d08f11ec8b06eb31bb7ce3e3923c69fd009a6 Mon Sep 17 00:00:00 2001
|
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
|
Date: Thu, 21 Oct 2021 09:55:50 +0200
|
|
Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc
|
|
to fix boot This is a partial revert of
|
|
f369e1564cf4f81654b8a806fdc325b62b6627dc
|
|
|
|
---
|
|
configs/socfpga_de0_nano_soc_defconfig | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig
|
|
index 364ae912ca..f41e8fa0b8 100644
|
|
--- a/configs/socfpga_de0_nano_soc_defconfig
|
|
+++ b/configs/socfpga_de0_nano_soc_defconfig
|
|
@@ -45,8 +45,6 @@ CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_MTDIDS_DEFAULT="nor0=ff705000.spi.0"
|
|
CONFIG_MTDPARTS_DEFAULT="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)"
|
|
CONFIG_CMD_UBI=y
|
|
-# CONFIG_ISO_PARTITION is not set
|
|
-# CONFIG_EFI_PARTITION is not set
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_VERSION_VARIABLE=y
|