diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-12-13 17:16:37 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 21:46:33 +0100 |
commit | acd790c15050acd83b38cf65b7b4dbf7832ddb75 (patch) | |
tree | 2dd666f93ade83b4c59601c11b65083e31820526 /target/linux/ramips/dts/DAP-1522-A1.dts | |
parent | 11e95775116a43d85e25877fe40c07c38f0dcb14 (diff) | |
download | upstream-acd790c15050acd83b38cf65b7b4dbf7832ddb75.tar.gz upstream-acd790c15050acd83b38cf65b7b4dbf7832ddb75.tar.bz2 upstream-acd790c15050acd83b38cf65b7b4dbf7832ddb75.zip |
ramips: specify "firmware" partition format for remaining devices
It results in calling the right MTD parser directly instead of trying
them one by one.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
[use the lzma splitter for the AR670W]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/DAP-1522-A1.dts')
-rw-r--r-- | target/linux/ramips/dts/DAP-1522-A1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/DAP-1522-A1.dts b/target/linux/ramips/dts/DAP-1522-A1.dts index bdd63ea96b..aad706df2e 100644 --- a/target/linux/ramips/dts/DAP-1522-A1.dts +++ b/target/linux/ramips/dts/DAP-1522-A1.dts @@ -40,6 +40,7 @@ }; partition@40000 { + compatible = "wrg"; label = "firmware"; reg = <0x40000 0x3a0000>; }; |