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:
Shuang Zheng
2021-04-13 15:39:16 +00:00
committed by wenlingz
parent fee0025db8
commit b953a33bd8
62 changed files with 3 additions and 166 deletions

View File

@@ -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>