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>
This commit is contained in:
David Bauer 2018-11-26 19:25:19 +01:00 committed by Mathias Kresin
parent 37c848810c
commit df2e6b64d1
2 changed files with 2 additions and 0 deletions

View file

@ -105,6 +105,7 @@
};
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x050000 0x740000>;
};

View file

@ -101,6 +101,7 @@
};
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x050000 0x740000>;
};