SHA256
1
0
forked from pool/u-boot

Accepting request 1197893 from hardware👢staging

- Update to 2024.07:
  * Full changelog available at:
    https://source.denx.de/u-boot/u-boot/-/compare/v2024.04...v2024.07

OBS-URL: https://build.opensuse.org/request/show/1197893
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=212
This commit is contained in:
2024-09-02 07:42:50 +00:00
committed by Git OBS Bridge
commit db0e50077b
31 changed files with 5514 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
From 9dce39a9d5d4150d54c8d5446d3b8345f93f6207 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Mon, 2 May 2016 23:25:07 +0200
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""
This reverts commit 7fa75d0ac5502db813d109c1df7bd0da34688685.
---
arch/arm/mach-omap2/boot-common.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c
index aa0ab13d5f..3d4930d1bd 100644
--- a/arch/arm/mach-omap2/boot-common.c
+++ b/arch/arm/mach-omap2/boot-common.c
@@ -126,8 +126,6 @@ void save_omap_boot_params(void)
(boot_device <= MMC_BOOT_DEVICES_END)) {
switch (boot_device) {
case BOOT_DEVICE_MMC1:
- boot_mode = MMCSD_MODE_FS;
- break;
case BOOT_DEVICE_MMC2:
boot_mode = MMCSD_MODE_RAW;
break;