diff options
| author | Russell Senior <russell@personaltelco.net> | 2018-12-08 04:59:50 -0800 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2018-12-08 14:18:42 +0100 |
| commit | ed000fcaf2cfa22bb558ed11c8a15d239240020b (patch) | |
| tree | f6528ba698e7bf5f7717967d2f12999301c16dd1 | |
| parent | 1286c55302696381e67cc25043710ced7e8682e2 (diff) | |
| download | upstream-ed000fcaf2cfa22bb558ed11c8a15d239240020b.tar.gz upstream-ed000fcaf2cfa22bb558ed11c8a15d239240020b.tar.bz2 upstream-ed000fcaf2cfa22bb558ed11c8a15d239240020b.zip | |
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 <russell@personaltelco.net>
| -rw-r--r-- | target/linux/ramips/dts/DIR-860L-B1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts index b8f6dc0784f..a37d68ff3b0 100644 --- a/target/linux/ramips/dts/DIR-860L-B1.dts +++ b/target/linux/ramips/dts/DIR-860L-B1.dts @@ -112,7 +112,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "seama"; label = "firmware"; reg = <0x50000 0xfb0000>; }; |
