[openwrt/openwrt] ramips: minew g1-c: Allow dynamic RAM sizes

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 26 04:59:59 PDT 2021


lynxis pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2c3e8bed3f04f426d676d6352018b33a49a72406

commit 2c3e8bed3f04f426d676d6352018b33a49a72406
Author: Bruno Randolf <br1 at einfach.org>
AuthorDate: Mon Oct 25 11:38:15 2021 +0100

    ramips: minew g1-c: Allow dynamic RAM sizes
    
    Allow RAM size to be passed thru U-Boot. There are 128MB and 64MB
    versions of Minew G1-C. This is also in line with the behaviour of
    most other RAMIPS boards.
    
    Signed-off-by: Bruno Randolf <br1 at einfach.org>
---
 target/linux/ramips/dts/mt7628an_minew_g1-c.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/ramips/dts/mt7628an_minew_g1-c.dts b/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
index eeee1c25ed..92fbf7c6ae 100644
--- a/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
+++ b/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
@@ -16,11 +16,6 @@
 		led-upgrade = &led_system;
 	};
 
-	memory at 0 {
-		device_type = "memory";
-		reg = <0x0 0x8000000>;
-	};
-
 	keys {
 		compatible = "gpio-keys-polled";
 		poll-interval = <20>;



More information about the lede-commits mailing list