mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 04:33:55 +00:00
hv: fix android boot fail on 4GB memory board
Config remained 1GB page to 1 on 4GB memory Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
parent
e48ee3c401
commit
53414e7e5f
@ -22,4 +22,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 */
|
||||
|
Loading…
Reference in New Issue
Block a user