From: blogic Date: Tue, 26 Apr 2016 11:44:03 +0000 (+0000) Subject: lantiq: remove read-only flag on two partitions on BTHOMEHUBV3A X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=18e1afb398b5f928d8a16c4013f505bc3209d63f;hp=b2c537410efaafd0202694255296d6982df82c48 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49250 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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";