forked from pool/u-boot
OBS-URL: https://build.opensuse.org/request/show/1116640 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=197
21 lines
708 B
Diff
21 lines
708 B
Diff
From 23180509c73da88f6e4d2b28f519d65341ad07db Mon Sep 17 00:00:00 2001
|
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
|
Date: Tue, 10 Oct 2023 11:42:35 +0200
|
|
Subject: [PATCH] rpi: fix boot on RPi4 after commit
|
|
c771e5b8c2a186fb072b6c6f571d4a3cc86efba9 boo#1216036
|
|
|
|
---
|
|
board/raspberrypi/rpi/rpi.env | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env
|
|
index 30228285ed..02210b97b5 100644
|
|
--- a/board/raspberrypi/rpi/rpi.env
|
|
+++ b/board/raspberrypi/rpi/rpi.env
|
|
@@ -74,4 +74,4 @@ pxefile_addr_r=0x02500000
|
|
fdt_addr_r=0x02600000
|
|
ramdisk_addr_r=0x02700000
|
|
|
|
-boot_targets=mmc usb pxe dhcp
|
|
+boot_targets=mmc0 mmc1 mmc2 usb pxe dhcp
|