Increase the very high throughput threshold default from 9000 to 10000 Change-Id: I759a4bc4d0115ff3e26315ef35635ec7bfb4983f CRs-Fixed: 3098821
@@ -443,7 +443,7 @@
*
* @Min: 0
* @Max: 4294967295UL
- * @Default: 9000
+ * @Default: 10000
* This ini specifies the bus bandwidth very high threshold
@@ -456,7 +456,7 @@
"gBusBandwidthVeryHighThreshold", \
0, \
4294967295UL, \
- 9000, \
+ 10000, \
CFG_VALUE_OR_DEFAULT, \
"Bus bandwidth very high threshold")
/*