aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2018-11-29 14:07:59 +0100
committerMathias Kresin <dev@kresin.me>2018-12-06 13:28:22 +0100
commitbc41fb7efee755a1fe1112493365817650c3e2f9 (patch)
tree637718e257983faa50c18301e1ed3c4c6bbf8405 /target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts
parentffa55386f17cff29f6c3ffbe873335511e253932 (diff)
downloadupstream-bc41fb7efee755a1fe1112493365817650c3e2f9.tar.gz
upstream-bc41fb7efee755a1fe1112493365817650c3e2f9.tar.bz2
upstream-bc41fb7efee755a1fe1112493365817650c3e2f9.zip
ath79: Define firmware partition format to all boards where applicable
Parsing "firmware" partition (to create kernel + rootfs) was implemented using OpenWrt downstream code enabled by CONFIG_MTD_SPLIT_FIRMWARE. With recent upstream mtd changes we can do it in a more clean way for DTS targets. It just requires adding a proper "compatible" string to the "firmware" partition node. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts
index 8794718131..b3920dda02 100644
--- a/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts
+++ b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts
@@ -121,6 +121,7 @@
};
partition@2 {
+ compatible = "denx,uimage";
label = "firmware";
reg = <0x850000 0x7a0000>;
};