From 952356099c6eb0b1860f6ddf8cdd6331686dd243 Mon Sep 17 00:00:00 2001 From: Victor Sun Date: Mon, 14 Jan 2019 08:44:01 +0800 Subject: [PATCH] HV: rename dnv_cb2 to dnv-cb2 To follow the same (albeit implicit) convention with apl-mrb and use dnv-cb2. Tracked-On: #2291 Signed-off-by: Victor Sun --- hypervisor/arch/x86/configs/{dnv_cb2.config => dnv-cb2.config} | 2 +- hypervisor/partition/{dnv_cb2 => dnv-cb2}/vm_description.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hypervisor/arch/x86/configs/{dnv_cb2.config => dnv-cb2.config} (88%) rename hypervisor/partition/{dnv_cb2 => dnv-cb2}/vm_description.c (100%) diff --git a/hypervisor/arch/x86/configs/dnv_cb2.config b/hypervisor/arch/x86/configs/dnv-cb2.config similarity index 88% rename from hypervisor/arch/x86/configs/dnv_cb2.config rename to hypervisor/arch/x86/configs/dnv-cb2.config index 5450d1880..0b6e37579 100644 --- a/hypervisor/arch/x86/configs/dnv_cb2.config +++ b/hypervisor/arch/x86/configs/dnv-cb2.config @@ -1,6 +1,6 @@ # Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) CONFIG_PARTITION_MODE=y -CONFIG_BOARD="dnv_cb2" +CONFIG_BOARD="dnv-cb2" CONFIG_SERIAL_LEGACY=y CONFIG_SERIAL_PIO_BASE=0x1000 CONFIG_DMAR_PARSE_ENABLED=y diff --git a/hypervisor/partition/dnv_cb2/vm_description.c b/hypervisor/partition/dnv-cb2/vm_description.c similarity index 100% rename from hypervisor/partition/dnv_cb2/vm_description.c rename to hypervisor/partition/dnv-cb2/vm_description.c