diff options
author | Bruno Randolf <br1@einfach.org> | 2021-10-25 11:38:15 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-10-26 13:59:30 +0200 |
commit | 2c3e8bed3f04f426d676d6352018b33a49a72406 (patch) | |
tree | 1b56b7e86cb2aca139a6e38c37b25ccee84845a4 /target/linux/ramips | |
parent | 269bdf6eefea70e4550e4d4dc8f52e3b018137c4 (diff) | |
download | upstream-2c3e8bed3f04f426d676d6352018b33a49a72406.tar.gz upstream-2c3e8bed3f04f426d676d6352018b33a49a72406.tar.bz2 upstream-2c3e8bed3f04f426d676d6352018b33a49a72406.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/linux/ramips')
-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 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@0 { - device_type = "memory"; - reg = <0x0 0x8000000>; - }; - keys { compatible = "gpio-keys-polled"; poll-interval = <20>; |