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/linux/ramips/dts/3G-6200N.dts | |
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/linux/ramips/dts/3G-6200N.dts')
-rw-r--r-- | target/linux/ramips/dts/3G-6200N.dts | 2 |
1 files changed, 1 insertions, 1 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>; }; |