From cd4e7786e6dafbd75ef7dcb21b2d00d5d86fc470 Mon Sep 17 00:00:00 2001 From: Junjie Mao Date: Sat, 29 Jan 2022 17:43:20 +0800 Subject: [PATCH] xforms: use values calculated from board XML as default values Manually specifying MAX_IOAPIC_NUM and MAX_IOAPIC_LINES in a scenario XML is still usable as a workaround on boards without IOAPIC (e.g. emulated ones) or when the board inspector does not collect IOAPIC information correctly. This patch takes user-specified values of those items if provided. Otherwise the automatically calculated values will be used instead, as is done today. Tracked-On: #6986 Signed-off-by: Junjie Mao --- misc/config_tools/xforms/config_common.xsl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/xforms/config_common.xsl b/misc/config_tools/xforms/config_common.xsl index 584989337..7be0d9ad1 100644 --- a/misc/config_tools/xforms/config_common.xsl +++ b/misc/config_tools/xforms/config_common.xsl @@ -17,11 +17,13 @@ - + + - + +