ramips: fix firmware compatible string for dir860l-b1

In commit d70ec3008d, 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>
v19.07.3_mercusys_ac12_duma
Russell Senior 5 years ago committed by Felix Fietkau
parent 1286c55302
commit ed000fcaf2

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

Loading…
Cancel
Save