forked from pool/u-boot
e2bbdb9b35
*WARNING* Remove linked packages (u-boot-*) in hardware:boot *before* accepting this request! All issues from SR#714191 should have been considered here. - Fail on errors building RK3288 SD card images (tinker-rk3288 previously) - Add libretech-cc and libretech-ac OBS-URL: https://build.opensuse.org/request/show/717646 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=48
24 lines
823 B
Diff
24 lines
823 B
Diff
From c28b9e636a95d84452f421e189722fdbf7ae354c 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 c8b8ac657f..a76bf3de1f 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;
|