diff options
author | David Bauer <mail@david-bauer.net> | 2018-11-26 19:25:19 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-26 21:26:56 +0100 |
commit | df2e6b64d1786c718f1d82f6574cfa3807d7a60d (patch) | |
tree | b6a6c25c54cc291e7abe7335623ccd154491569d /target/linux | |
parent | 37c848810c01f3ac99a511d5dd9f776359aaeed0 (diff) | |
download | upstream-df2e6b64d1786c718f1d82f6574cfa3807d7a60d.tar.gz upstream-df2e6b64d1786c718f1d82f6574cfa3807d7a60d.tar.bz2 upstream-df2e6b64d1786c718f1d82f6574cfa3807d7a60d.zip |
ath79: add firmware partition compatible for OCEDO
This commit adds firmware partition compatible for the
OCEDO Raccoon and OCEDO Koala.
Since a22311e this allows to select the correct mtdsplit
parser instead of trying all available ones one by one.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar9344_ocedo_raccoon.dts | 1 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9558_ocedo_koala.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts index 206619ef5c..eb7219b6f9 100644 --- a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts +++ b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts @@ -105,6 +105,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0x740000>; }; diff --git a/target/linux/ath79/dts/qca9558_ocedo_koala.dts b/target/linux/ath79/dts/qca9558_ocedo_koala.dts index 748eec823b..d87ddc48ae 100644 --- a/target/linux/ath79/dts/qca9558_ocedo_koala.dts +++ b/target/linux/ath79/dts/qca9558_ocedo_koala.dts @@ -101,6 +101,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0x740000>; }; |