mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 03:15:42 +00:00
config_tools: CAT is no longer unchecked when VCAT is unchecked
CAT is no longer unchecked when VCAT is unchecked Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
dd80a91cba
commit
f91b82fa5f
@ -289,8 +289,8 @@ export default {
|
||||
break;
|
||||
case 'VCAT_ENABLED':
|
||||
this.formDataProxy('SSRAM_ENABLED', 'n');
|
||||
this.formDataProxy('RDT_ENABLED', data);
|
||||
if (data === 'y') {
|
||||
this.formDataProxy('RDT_ENABLED', 'y');
|
||||
this.formDataProxy('CDP_ENABLED', 'n');
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user