Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2023-01-28 20:00:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Sat Jan 28 20:00:12 2023 rev:169 rq:1061570 version:2023.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2023-01-21 
19:10:15.972854893 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new.32243/u-boot.changes 2023-01-28 
20:10:03.930671576 +0100
@@ -1,0 +2,17 @@
+Fri Jan 27 14:10:12 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+Patch queue updated from https://github.com/openSUSE/u-boot.git 
tumbleweed-2023.01
+Prefer upstream solution to fix boo#1207562
+* Patches dropped:
+  0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
+* Patches added:
+  0017-Backport-https-patchwork.ozlabs.org.patch
+
+-------------------------------------------------------------------
+Fri Jan 27 08:09:35 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+Patch queue updated from https://github.com/openSUSE/u-boot.git 
tumbleweed-2023.01
+* Patches added to fix boot from USB on RPi4 - boo#1207562:
+  0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
+
+-------------------------------------------------------------------

New:
----
  0017-Backport-https-patchwork.ozlabs.org.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.QCHvcr/_old  2023-01-28 20:10:04.990677391 +0100
+++ /var/tmp/diff_new_pack.QCHvcr/_new  2023-01-28 20:10:04.994677413 +0100
@@ -238,6 +238,7 @@
 Patch0014:      0014-Enable-EFI-and-ISO-partitions-suppo.patch
 Patch0015:      0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch
 Patch0016:      0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch
+Patch0017:      0017-Backport-https-patchwork.ozlabs.org.patch
 # Patches: end
 BuildRequires:  bc
 BuildRequires:  bison

++++++ 0017-Backport-https-patchwork.ozlabs.org.patch ++++++
>From f4dbc6d532d05bdb3070c6492d19e268845e8a0c Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gar...@arm.com>
Date: Fri, 27 Jan 2023 15:08:55 +0100
Subject: [PATCH] Backport
 
https://patchwork.ozlabs.org/project/uboot/patch/20230125230823.1567778-1-tr...@konsulko.com/
 to fix boo#1207562

---
 configs/a3y17lte_defconfig        | 1 -
 configs/a5y17lte_defconfig        | 1 -
 configs/a7y17lte_defconfig        | 1 -
 configs/dragonboard845c_defconfig | 1 -
 configs/qcs404evb_defconfig       | 1 -
 configs/starqltechn_defconfig     | 1 -
 lib/Kconfig                       | 1 -
 7 files changed, 7 deletions(-)

diff --git a/configs/a3y17lte_defconfig b/configs/a3y17lte_defconfig
index 124fb8d476..0215c5f234 100644
--- a/configs/a3y17lte_defconfig
+++ b/configs/a3y17lte_defconfig
@@ -24,4 +24,3 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_DM_I2C_GPIO=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/configs/a5y17lte_defconfig b/configs/a5y17lte_defconfig
index ffb0b3f474..d1cd97baf5 100644
--- a/configs/a5y17lte_defconfig
+++ b/configs/a5y17lte_defconfig
@@ -24,4 +24,3 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_DM_I2C_GPIO=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/configs/a7y17lte_defconfig b/configs/a7y17lte_defconfig
index 8c1229d8d5..bef2d0945a 100644
--- a/configs/a7y17lte_defconfig
+++ b/configs/a7y17lte_defconfig
@@ -24,4 +24,3 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_DM_I2C_GPIO=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/configs/dragonboard845c_defconfig 
b/configs/dragonboard845c_defconfig
index a69d82761a..cef82f5610 100644
--- a/configs/dragonboard845c_defconfig
+++ b/configs/dragonboard845c_defconfig
@@ -26,4 +26,3 @@ CONFIG_DM_PMIC=y
 CONFIG_PMIC_QCOM=y
 CONFIG_MSM_GENI_SERIAL=y
 CONFIG_SPMI_MSM=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/configs/qcs404evb_defconfig b/configs/qcs404evb_defconfig
index dae1551411..d3608cae9f 100644
--- a/configs/qcs404evb_defconfig
+++ b/configs/qcs404evb_defconfig
@@ -51,4 +51,3 @@ CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_DWC3=y
 CONFIG_USB_DWC3_GENERIC=y
 CONFIG_USB_STORAGE=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/configs/starqltechn_defconfig b/configs/starqltechn_defconfig
index 7955076d61..243f3f90c5 100644
--- a/configs/starqltechn_defconfig
+++ b/configs/starqltechn_defconfig
@@ -33,4 +33,3 @@ CONFIG_VIDEO=y
 CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_VIDEO_SIMPLE=y
 CONFIG_VIDEO_DT_SIMPLEFB=y
-CONFIG_LMB_MAX_REGIONS=64
diff --git a/lib/Kconfig b/lib/Kconfig
index 3c5a4ab386..4abd987edd 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -992,7 +992,6 @@ config LMB
 config LMB_USE_MAX_REGIONS
        bool "Use a common number of memory and reserved regions in lmb lib"
        depends on LMB
-       default y
        help
          Define the number of supported memory regions in the library logical
          memory blocks.

Reply via email to