From 8fbb21f7c6e8a24f2a0c2f19951c4396a457dc0d Mon Sep 17 00:00:00 2001 From: Jason Chen CJ Date: Tue, 15 May 2018 09:23:23 +0800 Subject: [PATCH] bsp: make hugetlb config enabled by default for SBL platform switch to hugetlb for SBL platform Signed-off-by: Jason Chen CJ --- hypervisor/bsp/sbl/include/bsp/bsp_cfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h b/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h index 47f8cd2d7..a10709e88 100644 --- a/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h +++ b/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h @@ -45,5 +45,4 @@ #define CONFIG_LOW_RAM_SIZE 0x000CF000 #define CONFIG_RAM_START 0x6E000000 #define CONFIG_RAM_SIZE 0x02000000 /* 32M */ -#define CONFIG_CMA #endif /* BSP_CFG_H */