Skip to content

Commit 60e869c

Browse files
committed
Move boards with vendor intel_amd under generic vendor
1 parent 492b96a commit 60e869c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/boards/qemu-uboot-x86.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# x86_64 via qemu + u-boot firmware, for q35 machine type
22
declare -g UEFI_GRUB="skip" # Skip GRUB for this board
33
declare -g BOARD_NAME="uefi-x86"
4-
declare -g BOARD_VENDOR="intel-amd"
4+
declare -g BOARD_VENDOR="generic"
55
declare -g BOARDFAMILY="uefi-x86"
66
declare -g BOARD_MAINTAINER="rpardini"
77
declare -g KERNEL_TARGET="current,edge"

config/boards/qemu-uefi-x86.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# should be added here - when it make sense :)
1313
#
1414
declare -g BOARD_NAME="UEFI x86 (QEMU)"
15-
declare -g BOARD_VENDOR="intel-amd"
15+
declare -g BOARD_VENDOR="generic"
1616
declare -g BOARDFAMILY="uefi-x86"
1717
declare -g BOARD_MAINTAINER=""
1818
declare -g KERNEL_TARGET="current,edge,legacy"

config/boards/uefi-x86.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# x86_64 via UEFI/BIOS for a generic hardware board
22
declare -g BOARD_NAME="UEFI x86"
3-
declare -g BOARD_VENDOR="intel-amd"
3+
declare -g BOARD_VENDOR="generic"
44
declare -g BOARDFAMILY="uefi-x86"
55
declare -g BOARD_MAINTAINER="rpardini"
66
declare -g KERNEL_TARGET="current,edge,legacy,cloud"

0 commit comments

Comments
 (0)