aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2020-04-27 20:20:08 +0800
committerChuanhong Guo <gch981213@gmail.com>2020-04-28 11:02:56 +0800
commit5feb0df9bb3bd83ec49af17d2abc261fc58e2551 (patch)
tree6c9facfb3c1765c761427752d9770388f29667fa /target
parentb80a98ae7fc46437e13e4c0a2056f3d19603fc03 (diff)
downloadupstream-5feb0df9bb3bd83ec49af17d2abc261fc58e2551.tar.gz
upstream-5feb0df9bb3bd83ec49af17d2abc261fc58e2551.tar.bz2
upstream-5feb0df9bb3bd83ec49af17d2abc261fc58e2551.zip
ramips: remove memory node for ZBT MT7621 devices
It's known that ZBT sells 256M variants of these routers. As a result, our images won't be able to boot on these routers. This commit removes memory node for them. With previously backported memory detection patch, kernel is able to detect memory size itself. Fixes: FS#3053 Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/ZBT-WE3526.dts5
-rw-r--r--target/linux/ramips/dts/ZBT-WG2626.dts5
-rw-r--r--target/linux/ramips/dts/ZBT-WG3526.dtsi5
3 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/ramips/dts/ZBT-WE3526.dts b/target/linux/ramips/dts/ZBT-WE3526.dts
index 30c941c9c8..7973626fad 100644
--- a/target/linux/ramips/dts/ZBT-WE3526.dts
+++ b/target/linux/ramips/dts/ZBT-WE3526.dts
@@ -9,11 +9,6 @@
compatible = "zbtlink,zbt-we3526", "mediatek,mt7621-soc";
model = "ZBT-WE3526";
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
- };
-
chosen {
bootargs = "console=ttyS0,115200";
};
diff --git a/target/linux/ramips/dts/ZBT-WG2626.dts b/target/linux/ramips/dts/ZBT-WG2626.dts
index 4ceee9bd6f..ca2044f73e 100644
--- a/target/linux/ramips/dts/ZBT-WG2626.dts
+++ b/target/linux/ramips/dts/ZBT-WG2626.dts
@@ -16,11 +16,6 @@
led-upgrade = &led_status;
};
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
- };
-
chosen {
bootargs = "console=ttyS0,115200";
};
diff --git a/target/linux/ramips/dts/ZBT-WG3526.dtsi b/target/linux/ramips/dts/ZBT-WG3526.dtsi
index 0cf94d57d2..87999b1e46 100644
--- a/target/linux/ramips/dts/ZBT-WG3526.dtsi
+++ b/target/linux/ramips/dts/ZBT-WG3526.dtsi
@@ -13,11 +13,6 @@
led-upgrade = &led_status;
};
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
- };
-
chosen {
bootargs = "console=ttyS0,115200";
};