SHA256
1
0
forked from pool/u-boot
u-boot/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Guillaume GARDET 3eea99e170 Accepting request 666209 from hardware👢staging
- Update to v2019.01
- Update to v2019.01-rc3
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
* Patches dropped:
  0007-exynos-imply-SYS_THUMB_BUILD.patch
- Add rock960-rk3399
- Update to v2019.01-rc2
- add pinebook
- Update to v2019.01-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
* Patches dropped:
  0007-Revert-efi_loader-remove-efi_exit_c.patch
  0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
* Patches added:
  0007-exynos-imply-SYS_THUMB_BUILD.patch

OBS-URL: https://build.opensuse.org/request/show/666209
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=33
2019-01-15 12:38:26 +00:00

24 lines
823 B
Diff

From 2f9efa00db72a83d3591392735f67a6a559f4b14 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 176d4f67cb..6fba378af9 100644
--- a/arch/arm/mach-omap2/boot-common.c
+++ b/arch/arm/mach-omap2/boot-common.c
@@ -133,8 +133,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;