forked from pool/u-boot
Guillaume GARDET
c8dcbf9278
- Update to 2024.04: * Full changelog available at: https://source.denx.de/u-boot/u-boot/-/compare/v2024.01...v2024.04 - Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2024.04 * Patches dropped: 0017-rpi5-add-initial-memory-map-for-bcm.patch 0018-rpi5-Use-devicetree-as-alternative-.patch 0019-rpi5-Use-devicetree-to-retrieve-boa.patch 0020-bcm2835-Dynamically-calculate-bytes.patch 0021-mmc-bcmstb-Add-support-for-bcm2712-.patch 0022-configs-rpi_arm64-enable-SDHCI-BCMS.patch 0023-configs-rpi_arm64-build-position-in.patch OBS-URL: https://build.opensuse.org/request/show/1165560 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=208
25 lines
1005 B
Diff
25 lines
1005 B
Diff
From a6a78b8e9bd90131ac0f5228b8dac87f5252348e 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 c16004fc29..13b55f38c2 100644
|
|
--- a/configs/socfpga_de0_nano_soc_defconfig
|
|
+++ b/configs/socfpga_de0_nano_soc_defconfig
|
|
@@ -44,8 +44,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
|