From 0938a0cb587e042e277ed731c4924e368113e7ed Mon Sep 17 00:00:00 2001 From: Yuhao Zhou Date: Sat, 25 May 2019 14:33:52 +0800 Subject: [PATCH] Update malta consts. --- kernel/src/arch/mipsel/board/malta/consts.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/src/arch/mipsel/board/malta/consts.rs b/kernel/src/arch/mipsel/board/malta/consts.rs index 98f0a5ec..156496a9 100644 --- a/kernel/src/arch/mipsel/board/malta/consts.rs +++ b/kernel/src/arch/mipsel/board/malta/consts.rs @@ -1,3 +1,3 @@ /// board specific constants -pub const MEMORY_END: usize = 0x8080_0000; -pub const KERNEL_HEAP_SIZE: usize = 0x0044_0000; +pub const MEMORY_END: usize = 0x8a80_0000; +pub const KERNEL_HEAP_SIZE: usize = 0x0444_0000;