From a1393a07f6302f5c3ffce608d302e7a5af8e8b86 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 21 Feb 2024 10:46:35 +0000 Subject: [PATCH] soc: xenvm: Rename to xen Aligns with vendor prefix Signed-off-by: Jamie McCrae --- soc/{xenvm => xen}/CMakeLists.txt | 0 soc/{xenvm => xen}/Kconfig | 0 soc/{xenvm => xen}/Kconfig.defconfig | 0 soc/{xenvm => xen}/Kconfig.soc | 0 soc/{xenvm => xen}/mmu_regions.c | 0 soc/{xenvm => xen}/soc.yml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename soc/{xenvm => xen}/CMakeLists.txt (100%) rename soc/{xenvm => xen}/Kconfig (100%) rename soc/{xenvm => xen}/Kconfig.defconfig (100%) rename soc/{xenvm => xen}/Kconfig.soc (100%) rename soc/{xenvm => xen}/mmu_regions.c (100%) rename soc/{xenvm => xen}/soc.yml (100%) diff --git a/soc/xenvm/CMakeLists.txt b/soc/xen/CMakeLists.txt similarity index 100% rename from soc/xenvm/CMakeLists.txt rename to soc/xen/CMakeLists.txt diff --git a/soc/xenvm/Kconfig b/soc/xen/Kconfig similarity index 100% rename from soc/xenvm/Kconfig rename to soc/xen/Kconfig diff --git a/soc/xenvm/Kconfig.defconfig b/soc/xen/Kconfig.defconfig similarity index 100% rename from soc/xenvm/Kconfig.defconfig rename to soc/xen/Kconfig.defconfig diff --git a/soc/xenvm/Kconfig.soc b/soc/xen/Kconfig.soc similarity index 100% rename from soc/xenvm/Kconfig.soc rename to soc/xen/Kconfig.soc diff --git a/soc/xenvm/mmu_regions.c b/soc/xen/mmu_regions.c similarity index 100% rename from soc/xenvm/mmu_regions.c rename to soc/xen/mmu_regions.c diff --git a/soc/xenvm/soc.yml b/soc/xen/soc.yml similarity index 100% rename from soc/xenvm/soc.yml rename to soc/xen/soc.yml