From f5e61350e75ca06acfde0c72e4d5c42c4c5efaf2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 19 Jan 2019 10:23:21 +0100 Subject: [PATCH] ramips: fix firmware splitter for edimax based boards Use the correct splitter for board with the edimax header. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/3G-6200N.dts | 2 +- target/linux/ramips/dts/3G-6200NL.dts | 2 +- target/linux/ramips/dts/BR-6475ND.dts | 2 +- target/linux/ramips/dts/BR-6478AC-V2.dts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/dts/3G-6200N.dts b/target/linux/ramips/dts/3G-6200N.dts index d5b935e769..d4a45d7beb 100644 --- a/target/linux/ramips/dts/3G-6200N.dts +++ b/target/linux/ramips/dts/3G-6200N.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/3G-6200NL.dts b/target/linux/ramips/dts/3G-6200NL.dts index dfc5574f07..5ea805ca57 100644 --- a/target/linux/ramips/dts/3G-6200NL.dts +++ b/target/linux/ramips/dts/3G-6200NL.dts @@ -52,7 +52,7 @@ }; partition@50000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x50000 0x390000>; }; diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts index ebb1475de7..fbb7da44be 100644 --- a/target/linux/ramips/dts/BR-6475ND.dts +++ b/target/linux/ramips/dts/BR-6475ND.dts @@ -88,7 +88,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; reg = <0x00070000 0x00790000>; label = "firmware"; }; diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index d4304df323..f36543a6c6 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -122,7 +122,7 @@ }; partition@70000 { - compatible = "denx,uimage"; + compatible = "edimax,uimage"; label = "firmware"; reg = <0x00070000 0x00790000>; }; -- 2.30.2