054f8deb29
- enable build for one U-Boot image for RPi3/4 (rpiarm64) implements (jsc#59185) Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.10 * Patches added: 0014-fdt-fix-bcm283x-dm-pre-reloc-defini.patch 0015-arm-dts-bcm283x-Rename-U-Boot-file.patch 0016-drivers-bcm283x-Set-pre-location-fl.patch 0017-pinctrl-bcm283x-Add-compatible-for-.patch 0018-rpi-push-fw_dtb_pointer-in-the-.dat.patch 0019-ARM-bcm283x-Move-BCM283x_BASE-to-a-.patch 0020-ARM-bcm283x-Set-rpi_bcm283x_base-at.patch 0021-ARM-bcm283x-Set-memory-map-at-run-t.patch 0022-ARM-defconfig-add-unified-config-fo.patch - RPi3 delete text base hack in spec file OBS-URL: https://build.opensuse.org/request/show/750139 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=62
34 lines
1015 B
Diff
34 lines
1015 B
Diff
From 9526bad11cfe6be9e542360ae2db0f51e82d66e7 Mon Sep 17 00:00:00 2001
|
|
From: Matthias Brugger <mbrugger@suse.com>
|
|
Date: Fri, 8 Nov 2019 14:49:46 +0100
|
|
Subject: [PATCH] fdt: fix bcm283x dm-pre-reloc definitions
|
|
|
|
In commmit
|
|
143256b353 ("fdt: update bcm283x device tree sources to Linux 5.1-rc6 state")
|
|
we deleted the label for the node soc from bcm283x.dtsi
|
|
|
|
As we don't need to add the property dm-pre-reloc to the soc node,
|
|
we can delete it from bcm283x-uboot.dtsi
|
|
|
|
Tested-by: Tom Rini <trini@konsulko.com> [RPi 3, 32b and 64b modes]
|
|
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
|
|
---
|
|
arch/arm/dts/bcm283x-uboot.dtsi | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/arch/arm/dts/bcm283x-uboot.dtsi b/arch/arm/dts/bcm283x-uboot.dtsi
|
|
index 6cc1aa3f93..36548dad62 100644
|
|
--- a/arch/arm/dts/bcm283x-uboot.dtsi
|
|
+++ b/arch/arm/dts/bcm283x-uboot.dtsi
|
|
@@ -6,10 +6,6 @@
|
|
* (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
|
|
*/
|
|
|
|
-&soc {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
&uart0 {
|
|
skip-init;
|
|
u-boot,dm-pre-reloc;
|