forked from pool/u-boot
Dirk Mueller
f39b767ea5
Fix boo#1216036. Tested on RPi4. Boot from USB and uSD fine. For details see: https://lore.kernel.org/u-boot/20231023070216.394709-1-sjg@chromium.org/#t * Patches added: 0018-Revert-bootstd-Scan-all-bootdevs-in.patch 0019-bootstd-Expand-boot-ordering-test-t.patch 0020-bootstd-Correct-logic-for-single-uc.patch 0021-bootstd-Scan-all-bootdevs-in-a-boot.patch OBS-URL: https://build.opensuse.org/request/show/1120007 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=201
24 lines
825 B
Diff
24 lines
825 B
Diff
From 231d5ffc43bcfcf08b4747416f70a19a2889dd37 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 a2dd5f6df01..d2c8e7f5ef3 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;
|