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:
parent
39a7143119
commit
f7ef46f0d9
|
@ -181,7 +181,7 @@ value ``n``.</xs:documentation>
|
||||||
are allowed. The value will be ignored when hardware does not support RDT.</xs:documentation>
|
are allowed. The value will be ignored when hardware does not support RDT.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</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:annotation>
|
||||||
<xs:documentation>Memory Bandwidth Allocation delay value.</xs:documentation>
|
<xs:documentation>Memory Bandwidth Allocation delay value.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
|
|
Loading…
Reference in New Issue