From 6add7002fd7b365f9b6cfe6ceda2855152b5b020 Mon Sep 17 00:00:00 2001 From: Yuhao Zhou Date: Sun, 12 May 2019 22:56:34 +0800 Subject: [PATCH] Update consts for MIPS.malta --- 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 98f0a5e..8f6fbe7 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 = 0x8090_0000; +pub const KERNEL_HEAP_SIZE: usize = 0x003b_0000;