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