mb/asrock: Correct vendor name ASROCK to ASRock
Both ASRock H110 Pro BTC+ and ASRock Q1900-ITX have their vendor name spelled as ASRock listed by Memtest86+ when ran on their OEM BIOS. This patch will restore that vendor name casing behaviour when Memtest86+ is run from a corebooted port of these mainboards. Cannot verify for the current mainboards in the repository but this casing is also consistent with the casing used on the vendor website: www.asrock.com Change-Id: Icca8a0c0cba4e093a64cc26996de1fb34ee60089 Signed-off-by: Walter Sonius <walterav1984@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90623 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
aeb9dcf2fa
commit
f24a2f35bf
2 changed files with 2 additions and 2 deletions
|
|
@ -12,6 +12,6 @@ endchoice
|
|||
source "src/mainboard/asrock/*/Kconfig"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
default "ASROCK"
|
||||
default "ASRock"
|
||||
|
||||
endif # VENDOR_ASROCK
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
config VENDOR_ASROCK
|
||||
bool "ASROCK"
|
||||
bool "ASRock"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue