mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fixed 512M memory limit for BananaPi R2
This commit is contained in:
parent
ee34b5e70f
commit
d6dd183824
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
proc-supply = <&mt6323_vproc_reg>;
|
||||
@@ -103,6 +107,10 @@
|
||||
device_type = "memory";
|
||||
reg = <0 0x80000000 0 0x40000000>;
|
||||
reg = <0 0x80000000 0 0x80000000>;
|
||||
};
|
||||
+
|
||||
+ mt7530: switch@0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue