From b4c40a7efc59caada8190d545d077521c747b7cc Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Mon, 25 Oct 2021 11:38:15 +0100 Subject: [PATCH] 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 --- 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 12cf47f5a7..3f1c205539 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@0 { - device_type = "memory"; - reg = <0x0 0x8000000>; - }; - keys { compatible = "gpio-keys-polled"; poll-interval = <20>;