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: 4e46beb313
("ipq806x: add support for Ubiquiti UniFi AC HD")
Signed-off-by: Jan Alexander <jan@nalx.net>
This commit is contained in:
parent
945a704fab
commit
05707e6460
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
partition@90000 {
|
partition@90000 {
|
||||||
label = "SSD";
|
label = "SSD";
|
||||||
reg = <0x90000 0x100000>;
|
reg = <0x90000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user