config: use MEMORY_END from mod boards #136
This commit is contained in:
parent
70f252a9bc
commit
bbeff6350f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
pub const CLOCK_FREQ: usize = 12500000;
|
||||
pub const MEMORY_END: usize = 0x88000000;
|
||||
pub const MEMORY_END: usize = 0x8800_0000;
|
||||
|
||||
pub const MMIO: &[(usize, usize)] = &[
|
||||
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue