From: Bruno Randolf Date: Mon, 25 Oct 2021 10:38:15 +0000 (+0100) Subject: ramips: minew g1-c: Allow dynamic RAM sizes X-Git-Tag: v21.02.2~167 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b4c40a7efc59caada8190d545d077521c747b7cc 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 --- 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>;