mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Fix the memory region. This board has two memory regions.
This commit is contained in:
parent
7b92a9bfc4
commit
1c6ca154ca
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@
|
|||
|
||||
memory {
|
||||
/* RAM 512M */
|
||||
reg = <0x70000000 0x20000000>;
|
||||
reg = <0x70000000 0x10000000
|
||||
0xB0000000 0x10000000>;
|
||||
};
|
||||
|
||||
localbus@18000000 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue