Browse Source

boards: Move xenvm under xen

Doesn't looks ok to be directly under boards.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
pull/69687/head
Erwan Gouriou 1 year ago committed by Jamie McCrae
parent
commit
8f6f0726dd
  1. 0
      boards/xen/xenvm/Kconfig.xenvm
  2. 0
      boards/xen/xenvm/board.yml
  3. 0
      boards/xen/xenvm/doc/index.rst
  4. 0
      boards/xen/xenvm/xenvm.dts
  5. 0
      boards/xen/xenvm/xenvm.yaml
  6. 0
      boards/xen/xenvm/xenvm_defconfig
  7. 0
      boards/xen/xenvm/xenvm_gicv3.yaml
  8. 0
      boards/xen/xenvm/xenvm_xenvm_gicv3.dts
  9. 0
      boards/xen/xenvm/xenvm_xenvm_gicv3_defconfig
  10. 9
      boards/xenvm/Kconfig.defconfig

0
boards/xenvm/Kconfig.xenvm → boards/xen/xenvm/Kconfig.xenvm

0
boards/xenvm/board.yml → boards/xen/xenvm/board.yml

0
boards/xenvm/doc/index.rst → boards/xen/xenvm/doc/index.rst

0
boards/xenvm/xenvm.dts → boards/xen/xenvm/xenvm.dts

0
boards/xenvm/xenvm.yaml → boards/xen/xenvm/xenvm.yaml

0
boards/xenvm/xenvm_defconfig → boards/xen/xenvm/xenvm_defconfig

0
boards/xenvm/xenvm_gicv3.yaml → boards/xen/xenvm/xenvm_gicv3.yaml

0
boards/xenvm/xenvm_xenvm_gicv3.dts → boards/xen/xenvm/xenvm_xenvm_gicv3.dts

0
boards/xenvm/xenvm_xenvm_gicv3_defconfig → boards/xen/xenvm/xenvm_xenvm_gicv3_defconfig

9
boards/xenvm/Kconfig.defconfig

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
# Copyright (c) 2020 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
if BOARD_XENVM
config BUILD_OUTPUT_BIN
default y
endif # BOARD_XENVM
Loading…
Cancel
Save