diff options
author | Jan Alexander <jan@nalx.net> | 2021-01-14 14:55:22 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-15 17:34:04 +0100 |
commit | 05707e6460106c931ece26df7883cd214560d14c (patch) | |
tree | b105dde23873045bf819d7ca4847c1690d4cb51f /target | |
parent | 945a704fab993aa3522cd9a6bb756a4e833fa338 (diff) | |
download | upstream-05707e6460106c931ece26df7883cd214560d14c.tar.gz upstream-05707e6460106c931ece26df7883cd214560d14c.tar.bz2 upstream-05707e6460106c931ece26df7883cd214560d14c.zip |
ipq806x: fix Ubiquiti UniFi AC HD partition map
This fixes a typo in the previously committed partition map that led to
the extension of the read-only mtd partition "SSD" into the following
partitions.
Fixes: 4e46beb31342 ("ipq806x: add support for Ubiquiti UniFi AC HD")
Signed-off-by: Jan Alexander <jan@nalx.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts index c637da24a9..7c2d6c9d13 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts @@ -144,7 +144,7 @@ partition@90000 { label = "SSD"; - reg = <0x90000 0x100000>; + reg = <0x90000 0x10000>; read-only; }; |