From 5feb0df9bb3bd83ec49af17d2abc261fc58e2551 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Mon, 27 Apr 2020 20:20:08 +0800 Subject: 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 --- target/linux/ramips/dts/ZBT-WG2626.dts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/linux/ramips/dts/ZBT-WG2626.dts') 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"; }; -- cgit v1.2.3