ipq806x: fix Ubiquiti UniFi AC HD partition map
authorJan Alexander <jan@nalx.net>
Thu, 14 Jan 2021 13:55:22 +0000 (14:55 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 15 Jan 2021 16:34:04 +0000 (17:34 +0100)
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>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts

index c637da24a93105330c21a234e98c346352d7e768..7c2d6c9d13076d398457f8fe189114c564052d0b 100644 (file)
 
                                partition@90000 {
                                        label = "SSD";
-                                       reg = <0x90000 0x100000>;
+                                       reg = <0x90000 0x10000>;
                                        read-only;
                                };