Guillaume GARDET
a74d4379f7
- Update to 2023.01 OBS-URL: https://build.opensuse.org/request/show/1059595 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=177
25 lines
1005 B
Diff
25 lines
1005 B
Diff
From 23e6300ad9a901ec81d9f9fa55f737f062a14c63 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 5f5706fbdb..93f51a43fc 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
|