mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 20:49:28 -05:00
ramips: fix memory size for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de> SVN-Revision: 48019
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x8000000>;
|
||||
reg = <0x0 0x4000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
||||
Reference in New Issue
Block a user