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:
Victor Sun 2019-01-09 12:51:14 +08:00 committed by wenlingz
parent 8ad48ff488
commit 404fd9c935
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ endif
undefine PLATFORM undefine PLATFORM
ifndef BOARD 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 endif
ifeq ($(BOARD),apl-nuc) ifeq ($(BOARD),apl-nuc)

View File

@ -1,6 +1,6 @@
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) # Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
CONFIG_PARTITION_MODE=y CONFIG_PARTITION_MODE=y
CONFIG_BOARD="cb2_dnv" CONFIG_BOARD="dnv_cb2"
CONFIG_SERIAL_LEGACY=y CONFIG_SERIAL_LEGACY=y
CONFIG_SERIAL_PIO_BASE=0x1000 CONFIG_SERIAL_PIO_BASE=0x1000
CONFIG_DMAR_PARSE_ENABLED=y CONFIG_DMAR_PARSE_ENABLED=y