[openwrt/openwrt] ramips: minew g1-c: Allow dynamic RAM sizes
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 1 07:37:20 PDT 2021
lynxis pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/b4c40a7efc59caada8190d545d077521c747b7cc
commit b4c40a7efc59caada8190d545d077521c747b7cc
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 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 at 0 {
- device_type = "memory";
- reg = <0x0 0x8000000>;
- };
-
keys {
compatible = "gpio-keys-polled";
poll-interval = <20>;
More information about the lede-commits
mailing list