Author: blogic
Date: 2016-04-26 13:44:03 +0200 (Tue, 26 Apr 2016)
New Revision: 49250

Modified:
   trunk/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
Log:
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 <[email protected]>

Modified: trunk/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
===================================================================
--- trunk/target/linux/lantiq/dts/BTHOMEHUBV3A.dts      2016-04-26 11:44:00 UTC 
(rev 49249)
+++ trunk/target/linux/lantiq/dts/BTHOMEHUBV3A.dts      2016-04-26 11:44:03 UTC 
(rev 49250)
@@ -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";
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to