Browse Source

ramips: fix firmware compatible string for dir860l-b1

In commit d70ec3008d4cd0540a9f6c88fb7e786107f1679a, 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 <[email protected]>
Russell Senior 7 years ago
parent
commit
ed000fcaf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/dts/DIR-860L-B1.dts

+ 1 - 1
target/linux/ramips/dts/DIR-860L-B1.dts

@@ -112,7 +112,7 @@
 			};
 
 			partition@50000 {
-				compatible = "denx,uimage";
+				compatible = "seama";
 				label = "firmware";
 				reg = <0x50000 0xfb0000>;
 			};