aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-26 11:44:03 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-26 11:44:03 +0000
commit7ec0bdc779716926942b94e582a0265f770cb467 (patch)
treee4f44f936fe95ac71dce83077e39aed2718a948a
parent8171cad5100fd67dff818701da1d8b4e1335b5e8 (diff)
downloadmaster-187ad058-7ec0bdc779716926942b94e582a0265f770cb467.tar.gz
master-187ad058-7ec0bdc779716926942b94e582a0265f770cb467.tar.bz2
master-187ad058-7ec0bdc779716926942b94e582a0265f770cb467.zip
lantiq: remove read-only flag on two partitions on BTHOMEHUBV3A
Remove read-only flag on two partitions on BTHOMEHUBV3A: uboot-config - otherwise fw_setenv command cannot be used. ath9k-cal - so that ath9k calibration data can be copied to the partition on a newly installed board. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49250 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/lantiq/dts/BTHOMEHUBV3A.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
index cfcae675e5..1bf514bbf9 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
@@ -61,12 +61,10 @@
partition@64000 {
label = "uboot-config";
reg = <0x64000 0x004000>;
- read-only;
};
ath9k_cal: partition@68000 {
label = "art-copy";
reg = <0x68000 0x004000>;
- read-only;
};
partition@6c000 {
label = "kernel";