Browse Source

boards: Raspberry Pi vendor fix

Use same vendor name for all R-Pi boards.

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

0
boards/raspberrypi/rpi_4b/CMakeLists.txt → boards/raspberry_pi/rpi_4b/CMakeLists.txt

0
boards/raspberrypi/rpi_4b/Kconfig.defconfig → boards/raspberry_pi/rpi_4b/Kconfig.defconfig

0
boards/raspberrypi/rpi_4b/Kconfig.rpi_4b → boards/raspberry_pi/rpi_4b/Kconfig.rpi_4b

0
boards/raspberrypi/rpi_4b/board.cmake → boards/raspberry_pi/rpi_4b/board.cmake

0
boards/raspberrypi/rpi_4b/board.yml → boards/raspberry_pi/rpi_4b/board.yml

0
boards/raspberrypi/rpi_4b/doc/index.rst → boards/raspberry_pi/rpi_4b/doc/index.rst

0
boards/raspberrypi/rpi_4b/rpi_4b.dts → boards/raspberry_pi/rpi_4b/rpi_4b.dts

0
boards/raspberrypi/rpi_4b/rpi_4b.yaml → boards/raspberry_pi/rpi_4b/rpi_4b.yaml

0
boards/raspberrypi/rpi_4b/rpi_4b_defconfig → boards/raspberry_pi/rpi_4b/rpi_4b_defconfig

9
boards/xen/xenvm/Kconfig.defconfig

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
# 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