diff options
author | Bruno Randolf <br1@einfach.org> | 2021-10-25 11:38:15 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-11-01 15:35:25 +0100 |
commit | b4c40a7efc59caada8190d545d077521c747b7cc (patch) | |
tree | 21f67a8c2b15cb5401c7edea8f86786f4f9ce27e /target | |
parent | f441be3921c769b732f0148f005d4f1bbace0508 (diff) | |
download | upstream-b4c40a7efc59caada8190d545d077521c747b7cc.tar.gz upstream-b4c40a7efc59caada8190d545d077521c747b7cc.tar.bz2 upstream-b4c40a7efc59caada8190d545d077521c747b7cc.zip |
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@einfach.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_minew_g1-c.dts | 5 |
1 files changed, 0 insertions, 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>; |