u-boot/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Matthias Brugger e21f425fe0 Accepting request 908408 from hardware👢staging
- Drop qemu-riscv64spl flavor
- Use generic opensbi for sifiveunleashed
- Rename sifivefu540 to sifiveunleashed to follow upstream
- Update to 2021.07
- Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2021.07
* Patches dropped:
  0014-fs-btrfs-fix-the-false-alert-of-dec.patch
  0015-arm64-dts-meson-odroidc2-readd-PHY-.patch

OBS-URL: https://build.opensuse.org/request/show/908408
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=148
2021-07-27 10:35:46 +00:00

24 lines
823 B
Diff

From b127a4fcc738e26627b468245cbd04c6352b28e6 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 1268a32503..e564fad0e9 100644
--- a/arch/arm/mach-omap2/boot-common.c
+++ b/arch/arm/mach-omap2/boot-common.c
@@ -134,8 +134,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;