aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/dts-5.10
diff options
context:
space:
mode:
authorSander Vanheule <sander@svanheule.net>2022-12-28 12:26:21 +0100
committerSander Vanheule <sander@svanheule.net>2022-12-28 22:44:10 +0100
commit1e13081064113eb41ed62118bc49283b8c809eb8 (patch)
tree317a1f0bab4892ba35d41ae96f39862c81b9f5c1 /target/linux/realtek/dts-5.10
parent80be0fea03f19c8c19e8aa01380ef3d64ae353f9 (diff)
downloadupstream-1e13081064113eb41ed62118bc49283b8c809eb8.tar.gz
upstream-1e13081064113eb41ed62118bc49283b8c809eb8.tar.bz2
upstream-1e13081064113eb41ed62118bc49283b8c809eb8.zip
realtek: fix GS1900-48 firwmare partition
The listed partition size doesn't match the original partition size, and actually overlaps with the following partition. The partition node name for the "firmware" partition also has an extra 'b' compared to the partition offset. Fixes: 47f5a0a3eed5 ("realtek: Add support for ZyXEL GS1900-48 Switch") Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/dts-5.10')
-rw-r--r--target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
index dd392c5a9b..48cfae6703 100644
--- a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
+++ b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
@@ -129,9 +129,9 @@
label = "jffs2";
reg = <0x160000 0x100000>;
};
- partition@b260000 {
+ partition@260000 {
label = "firmware";
- reg = <0x260000 0xda0000>;
+ reg = <0x260000 0x6d0000>;
compatible = "openwrt,uimage", "denx,uimage";
openwrt,ih-magic = <0x83800000>;
};