mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 00:24:12 +00:00
ipq806x: WPQ864: fix partition unit-address
This patch fixes what seems to be a simple copy & paste error with the unit-address of the BOOTCONFIG partition. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
9bb5dac593
commit
54d9ac8ba8
@ -151,7 +151,7 @@
|
|||||||
reg = <0x1340000 0x4000000>;
|
reg = <0x1340000 0x4000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
BOOTCONFIG@1340000 {
|
BOOTCONFIG@5340000 {
|
||||||
label = "BOOTCONFIG";
|
label = "BOOTCONFIG";
|
||||||
reg = <0x5340000 0x0060000>;
|
reg = <0x5340000 0x0060000>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user