Fix malta const.

master
Yuhao Zhou 6 years ago
parent 65b121e55e
commit 2b96462da3

@ -1,3 +1,3 @@
/// board specific constants
pub const MEMORY_END: usize = 0x8a80_0000;
pub const KERNEL_HEAP_SIZE: usize = 0x0444_0000;
pub const MEMORY_END: usize = 0x8400_0000;
pub const KERNEL_HEAP_SIZE: usize = 0x0200_0000;

Loading…
Cancel
Save