Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ramips: fix firmware compatible string for dir860l-b1
In commit d70ec30, a firmware compatible
string of "denx,uimage" was added for the Dlink DIR-860L-B1. Unfortunately,
this was the wrong string. It needs "seama" instead.

Signed-off-by: Russell Senior <russell@personaltelco.net>
  • Loading branch information
RussellSenior authored and nbd168 committed Dec 8, 2018
1 parent 1286c55 commit ed000fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/DIR-860L-B1.dts
Expand Up @@ -112,7 +112,7 @@
};

partition@50000 {
compatible = "denx,uimage";
compatible = "seama";
label = "firmware";
reg = <0x50000 0xfb0000>;
};
Expand Down

0 comments on commit ed000fc

Please sign in to comment.