ramips: fix firmware compatible string for dir860l-b1
authorRussell Senior <russell@personaltelco.net>
Sat, 8 Dec 2018 12:59:50 +0000 (04:59 -0800)
committerFelix Fietkau <nbd@nbd.name>
Sat, 8 Dec 2018 13:18:42 +0000 (14:18 +0100)
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 <russell@personaltelco.net>
target/linux/ramips/dts/DIR-860L-B1.dts

index b8f6dc0784f302946877c5129172fddd9ea7dc2b..a37d68ff3b0cebc527abc0b81d5d560c215e9af6 100644 (file)
                        };
 
                        partition@50000 {
-                               compatible = "denx,uimage";
+                               compatible = "seama";
                                label = "firmware";
                                reg = <0x50000 0xfb0000>;
                        };