aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_etactica_eg200.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_etactica_eg200.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_etactica_eg200.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_etactica_eg200.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_etactica_eg200.dts b/target/linux/ath79/dts/ar9331_etactica_eg200.dts
index 569ab11e6d..cfd37d6059 100644
--- a/target/linux/ath79/dts/ar9331_etactica_eg200.dts
+++ b/target/linux/ath79/dts/ar9331_etactica_eg200.dts
@@ -112,6 +112,7 @@
};
firmware@50000 {
+ compatible = "denx,uimage";
reg = <0x50000 0xfa0000>;
};