diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-19 10:23:21 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-19 12:51:04 +0100 |
commit | f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2 (patch) | |
tree | 213e03d9c1cfa79c5432ee4d163699788dfd43b0 /target | |
parent | 116d0f276d0fa61acc6018906f98af2e312a694d (diff) | |
download | upstream-f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2.tar.gz upstream-f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2.tar.bz2 upstream-f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2.zip |
ramips: fix firmware splitter for edimax based boards
Use the correct splitter for board with the edimax header.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/3G-6200N.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/3G-6200NL.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/BR-6475ND.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/BR-6478AC-V2.dts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/3G-6200N.dts b/target/linux/ramips/dts/3G-6200N.dts index d5b935e769..d4a45d7beb 100644 --- a/target/linux/ramips/dts/3G-6200N.dts +++ b/target/linux/ramips/dts/3G-6200N.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/3G-6200NL.dts b/target/linux/ramips/dts/3G-6200NL.dts index dfc5574f07..5ea805ca57 100644 --- a/target/linux/ramips/dts/3G-6200NL.dts +++ b/target/linux/ramips/dts/3G-6200NL.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts index ebb1475de7..fbb7da44be 100644 --- a/target/linux/ramips/dts/BR-6475ND.dts +++ b/target/linux/ramips/dts/BR-6475ND.dts @@ -88,7 +88,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; reg = <0x00070000 0x00790000>; label = "firmware"; }; diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index d4304df323..f36543a6c6 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -122,7 +122,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x00070000 0x00790000>; }; |