From 6d46749d0f0e18af86e4bf275dcaedd88e6b6a97 Mon Sep 17 00:00:00 2001 From: Mingqiang Chi Date: Wed, 13 Jun 2018 17:10:32 +0800 Subject: [PATCH] hv: fix android boot fail on 4GB memory board Config remained 1GB page to 1 on 4GB memory Signed-off-by: Mingqiang Chi --- hypervisor/bsp/sbl/include/bsp/bsp_cfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h b/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h index d7cc67c18..a89f988b3 100644 --- a/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h +++ b/hypervisor/bsp/sbl/include/bsp/bsp_cfg.h @@ -21,4 +21,5 @@ #define CONFIG_RAM_START 0x6E000000 #define CONFIG_RAM_SIZE 0x02000000 /* 32M */ #define CONFIG_MTRR_ENABLED 1 +#define CONFIG_REMAIN_1G_PAGES 1 #endif /* BSP_CFG_H */