mirror of https://github.com/hak5/openwrt-owl.git
ramips: fix memory size for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de> SVN-Revision: 48019owl
parent
7509c940e9
commit
11c697015f
|
@ -8,7 +8,7 @@
|
|||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x8000000>;
|
||||
reg = <0x0 0x4000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
Loading…
Reference in New Issue