818d48706c
- Update to v2018.11 - Update from arm-trusted-firmware-pine64 to arm-trusted-firmware-sun50ia64 - pineh64: Use new arm-trusted-firmware-sun50ih6 - Add bananapim64 - u-boot.spec.in, u-boot-board.spec.in: Update to use https - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 * Patches added: 0007-Revert-efi_loader-remove-efi_exit_c.patch - Update to v2018.11-rc3 - Update to v2018.11-rc2 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 * Patches dropped: 0007-rockchip-make_fit_atf-use-elf-entry.patch 0008-rockchip-make_fit_atf-make-python3-.patch 0009-rockchip-make_fit_atf.py-depends-on.patch - Update to v2018.11-rc1 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 * Patches dropped: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch - nanopia64, orangepipc2: Conditionally enable ATF - Add pineh64 (ATF TBD) OBS-URL: https://build.opensuse.org/request/show/649328 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=28
24 lines
823 B
Diff
24 lines
823 B
Diff
From a30c67ce850e8ae2e71d3b440ee06df985fbdd8e 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;
|