[openwrt/openwrt] uboot-mediatek: remove '0x' prefix from pstore node

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 19 09:08:32 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/810b48e79389a54b9b332fa2834360602a9734f3

commit 810b48e79389a54b9b332fa2834360602a9734f3
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Apr 19 16:27:22 2022 +0100

    uboot-mediatek: remove '0x' prefix from pstore node
    
    Remove '0x' prefix from pstore node in dts, just like it was done
    for the device tree used by Linux on MT7622.
    This change is done in preparation to update U-Boot to 2022.04.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch b/package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch
index 42d60c3f66..601e394f5e 100644
--- a/package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch
+++ b/package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch
@@ -15,7 +15,7 @@
 +		ranges;
 +
 +		/* 64 KiB reserved for ramoops/pstore */
-+		ramoops at 0x42ff0000 {
++		ramoops at 42ff0000 {
 +			compatible = "ramoops";
 +			reg = <0 0x42ff0000 0 0x10000>;
 +			record-size = <0x1000>;




More information about the lede-commits mailing list