Skip to content

Commit 9139f94

Browse files
jsun26intelacrnsi
authored andcommitted
HV: correct CONFIG_BOARD string of apl up2
The CONFIG_BOARD value in defconfig should match with Makefile, otherwise the build might be failed in some condition. Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com>
1 parent 8ee1615 commit 9139f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/arch/x86/configs/apl-up2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
2-
CONFIG_BOARD="up2"
2+
CONFIG_BOARD="apl-up2"
33
CONFIG_SERIAL_PCI=y
44
CONFIG_SERIAL_PCI_BDF="0:18.0"
55
CONFIG_COM_IRQ=6

0 commit comments

Comments
 (0)