mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +00:00
config_tools: remove UOS_RAM_SIZE and SOS_RAM_SIZE in scenario config
remove UOS_RAM_SIZE and SOS_RAM_SIZE in scenario config since these two config elements are useless. Tracked-On: #5927 Signed-off-by: Shuang Zheng <shuang.zheng@intel.com> Reviewed-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
<HV_RAM_SIZE>0x07800000</HV_RAM_SIZE>
|
||||
<HV_RAM_START>0x11000000</HV_RAM_START>
|
||||
<LOW_RAM_SIZE>0x00010000</LOW_RAM_SIZE>
|
||||
<UOS_RAM_SIZE>0x20000000</UOS_RAM_SIZE>
|
||||
<SOS_RAM_SIZE>0x100000000</SOS_RAM_SIZE>
|
||||
<PLATFORM_RAM_SIZE>0x100000000</PLATFORM_RAM_SIZE>
|
||||
</MEMORY>
|
||||
|
||||
@@ -68,7 +66,6 @@
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>CONFIG_SOS_RAM_SIZE</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>ACRN Service OS</name>
|
||||
|
Reference in New Issue
Block a user