summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-05-26 18:23:43 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-05-30 12:23:14 +0000
commitbc069ea6b3904e8bde0b7b7b93f7bfad156ee4b3 (patch)
tree4b471a2b20676e50dd6c3b94e834f24ec4751891 /src/soc
parenta84823d0780c8f42c4160b9d37e529f0bc6782a2 (diff)
downloadcoreboot-bc069ea6b3904e8bde0b7b7b93f7bfad156ee4b3.tar.gz
coreboot-bc069ea6b3904e8bde0b7b7b93f7bfad156ee4b3.tar.bz2
coreboot-bc069ea6b3904e8bde0b7b7b93f7bfad156ee4b3.zip
soc/amd/phoenix/Kconfig: use lower case hex digits in VGA_BIOS_ID
cbfs_boot_map_optionrom will generate lower case hex digits for the filename to look for in CBFS, so make sure that the file name will use lower case hex digits and no upper case hex digits. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I1d4daa04120de0f2c853a44691b7e2c52eb2af20 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75483 Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/phoenix/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig
index 4efe5c93d705..adb990b4fd57 100644
--- a/src/soc/amd/phoenix/Kconfig
+++ b/src/soc/amd/phoenix/Kconfig
@@ -249,7 +249,7 @@ config MAX_CPUS
config VGA_BIOS_ID
string
- default "1002,15BF"
+ default "1002,15bf"
help
The default VGA BIOS PCI vendor/device ID should be set to the
result of the map_oprom_vendev() function in graphics.c.