mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-07 05:04:00 -05:00
ath79: reduce config partition size for RE450 v1 and RE355 v1 to 0x20000
Dump of content of my RE450 v1 showed, that there are valid data only up to 0x10420. Everything after is just 0xFF. This will also make partition table identical to qca9563_tplink_re450-v2.dts, which seems to be logical. Signed-off-by: Radek Dostál <rd@radekdostal.com> Link: https://github.com/openwrt/openwrt/pull/20709 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
485f9b0d31
commit
a03bd9d9a8
@ -162,7 +162,7 @@
|
||||
|
||||
partition@630000 {
|
||||
label = "config";
|
||||
reg = <0x630000 0x1c0000>;
|
||||
reg = <0x630000 0x020000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user