aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/AWUSFREE1.dts
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2018-11-28 12:28:35 +0900
committerMathias Kresin <dev@kresin.me>2018-11-29 13:15:44 +0100
commitd70ec3008d4cd0540a9f6c88fb7e786107f1679a (patch)
tree3bf0fb9b25cd1aa7bee6b6f5878f6cd7d8e50a31 /target/linux/ramips/dts/AWUSFREE1.dts
parent1977be8bd0753406ef5e76bede162827a9514610 (diff)
downloadupstream-d70ec3008d4cd0540a9f6c88fb7e786107f1679a.tar.gz
upstream-d70ec3008d4cd0540a9f6c88fb7e786107f1679a.tar.bz2
upstream-d70ec3008d4cd0540a9f6c88fb7e786107f1679a.zip
ramips: specify "firmware" partition format
Specify firmware partition format by compatible string. formats in ramips: - denx,uimage - tplink,firmware - seama It's unlikely but the firmware splitting might not work any longer for the following boards, due to a custom header: - EX2700: two uImage headers - BR-6478AC-V2: edimax-header - 3G-6200N: edimax-header - 3G-6200NL: edimax-header - BR-6475ND: edimax-header - TEW-638APB-V2: umedia-header - RT-N56U: mkrtn56uimg But it rather looks like the uImage splitter is fine with the extra header. The following dts are not touched, due to lack of a compatible string in the matching firmware splitter submodule: - CONFIG_MTD_SPLIT_JIMAGE_FW DWR-116-A1.dts DWR-118-A2.dts DWR-512-B.dts DWR-921-C1.dts LR-25G001.dts - CONFIG_MTD_SPLIT_TRX_FW WCR-1166DS.dts WSR-1166.dts - CONFIG_MTD_SPLIT_MINOR_FW RBM11G.dts RBM33G.dts - CONFIG_MTD_SPLIT_LZMA_FW AR670W.dts - CONFIG_MTD_SPLIT_WRGG_FW DAP-1522-A1.dts Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/AWUSFREE1.dts')
-rw-r--r--target/linux/ramips/dts/AWUSFREE1.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/AWUSFREE1.dts b/target/linux/ramips/dts/AWUSFREE1.dts
index 45d8e32f7a..3edafb3335 100644
--- a/target/linux/ramips/dts/AWUSFREE1.dts
+++ b/target/linux/ramips/dts/AWUSFREE1.dts
@@ -160,6 +160,7 @@
};
partition@50000 {
+ compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x7b0000>;
};