acrn-config: fix a build error

The xml schema validator would fail the build if RDT_ENABLED is set to ‘y’
in scenario file, saying that "'RDT' Unexpected child with tag 'MBA_DELAY'"

Tracked-On: #5917
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
This commit is contained in:
dongshen 2021-05-06 13:18:16 -07:00 committed by wenlingz
parent 39a7143119
commit f7ef46f0d9
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ value ``n``.</xs:documentation>
are allowed. The value will be ignored when hardware does not support RDT.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MBA_DELAY" type="xs:string" minOccurs="0">
<xs:element name="MBA_DELAY" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Memory Bandwidth Allocation delay value.</xs:documentation>
</xs:annotation>