build/patch/kernel/mvebu64-dev/12-add-linux-partition-spi-flash.patch
Igor Pečovnik d4332b5c66
Move Mvebu64 / Espressobin dev kernel to 5.4.y (#1635)
* Espressobin (mvebu64) moving to 5.4.y
2019-11-26 22:52:23 +01:00

17 lines
475 B
Diff

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
index b3cf091a..ab2d8e2e 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
@@ -86,6 +86,12 @@
label = "ubootenv";
reg = <0x180000 0x10000>;
};
+
+ partition@190000 {
+ label = "Linux";
+ reg = <0x190000 0xDF0000>;
+ };
+
};
};
};