mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
HV: rename cb2_dnv to dnv_cb2
This will be consistent with naming of apl-mrb/kbl-nuc ... Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
8ad48ff488
commit
404fd9c935
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ endif
|
||||
undefine PLATFORM
|
||||
|
||||
ifndef BOARD
|
||||
$(error BOARD must be set (apl-mrb, apl-nuc, cb2_dnv, nuc6cayh)
|
||||
$(error BOARD must be set (apl-mrb, apl-nuc, dnv-cb2, nuc6cayh)
|
||||
endif
|
||||
|
||||
ifeq ($(BOARD),apl-nuc)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
|
||||
CONFIG_PARTITION_MODE=y
|
||||
CONFIG_BOARD="cb2_dnv"
|
||||
CONFIG_BOARD="dnv_cb2"
|
||||
CONFIG_SERIAL_LEGACY=y
|
||||
CONFIG_SERIAL_PIO_BASE=0x1000
|
||||
CONFIG_DMAR_PARSE_ENABLED=y
|
Loading…
Reference in New Issue
Block a user