projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a64d53
)
ramips: fix the memory map on FireWRT
author
Felix Fietkau
<
[email protected]
>
Fri, 5 Jun 2015 08:07:41 +0000
(08:07 +0000)
committer
Felix Fietkau
<
[email protected]
>
Fri, 5 Jun 2015 08:07:41 +0000
(08:07 +0000)
Avoid the use of memory marked as reserved
MT7621 support 512MB memory.
According to "MT7621_ProgrammingGuide_Preliminary_Platform.pdf"
0x0~0x1c000000 448MB
0x20000000~0x4000000 64MB
total 512MB
Signed-off-by: wengbj <
[email protected]
>
Signed-off-by: Felix Fietkau <
[email protected]
>
SVN-Revision: 45892
target/linux/ramips/dts/FIREWRT.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/FIREWRT.dts
b/target/linux/ramips/dts/FIREWRT.dts
index 8ffb5ea546d2594009f766109bf577841bd07df4..bfe145646126ac41eb9e3c3afbe09152ee515ba5 100644
(file)
--- a/
target/linux/ramips/dts/FIREWRT.dts
+++ b/
target/linux/ramips/dts/FIREWRT.dts
@@
-8,7
+8,7
@@
memory@0 {
device_type = "memory";
- reg = <0x0 0x1
0000000>, <0x30000000 0x10
000000>;
+ reg = <0x0 0x1
c000000>, <0x20000000 0x4
000000>;
};
chosen {