mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +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;
|
break;
|
||||||
case 'VCAT_ENABLED':
|
case 'VCAT_ENABLED':
|
||||||
this.formDataProxy('SSRAM_ENABLED', 'n');
|
this.formDataProxy('SSRAM_ENABLED', 'n');
|
||||||
this.formDataProxy('RDT_ENABLED', data);
|
|
||||||
if (data === 'y') {
|
if (data === 'y') {
|
||||||
|
this.formDataProxy('RDT_ENABLED', 'y');
|
||||||
this.formDataProxy('CDP_ENABLED', 'n');
|
this.formDataProxy('CDP_ENABLED', 'n');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user