lantiq: remove read-only flag on two partitions on BTHOMEHUBV3A
authorJohn Crispin <john@openwrt.org>
Tue, 26 Apr 2016 11:44:03 +0000 (11:44 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 26 Apr 2016 11:44:03 +0000 (11:44 +0000)
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>
SVN-Revision: 49250

target/linux/lantiq/dts/BTHOMEHUBV3A.dts

index cfcae675e595e85141d1e1a661ce151463902ffb..1bf514bbf91a2a4f501fba73cf1a251582d77e6c 100644 (file)
                                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";