From 05707e6460106c931ece26df7883cd214560d14c Mon Sep 17 00:00:00 2001 From: Jan Alexander Date: Thu, 14 Jan 2021 14:55:22 +0100 Subject: 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 --- .../linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-unifi-ac-hd.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- cgit v1.2.3