mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 19:33:07 +01:00
ramips: use highmem on the FireWRT board
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45890
This commit is contained in:
parent
d7023e105f
commit
69d79ea951
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x10000000>;
|
||||
reg = <0x0 0x10000000>, <0x30000000 0x10000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue