aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.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/ar9331_embeddedwireless_dorin.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/ar9331_embeddedwireless_dorin.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
index 13333d7ca9..e1a20e8299 100644
--- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
+++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
@@ -89,6 +89,7 @@
};
partition@2 {
+ compatible = "denx,uimage";
label = "firmware";
reg = <0x050000 0xfa0000>;
};