summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2021-04-09 15:14:03 +0530
committerFelix Held <felix-coreboot@felixheld.de>2021-04-12 14:58:12 +0000
commit7dccf47fdd0773332076d043e30a06d094fb38e6 (patch)
tree3bb77fcfa54e53c332d579d90a9189ef5429c0e1
parentc8b79b9606ceab52502cbbf8f5e3daada6440ebc (diff)
downloadcoreboot-7dccf47fdd0773332076d043e30a06d094fb38e6.tar.gz
coreboot-7dccf47fdd0773332076d043e30a06d094fb38e6.tar.bz2
coreboot-7dccf47fdd0773332076d043e30a06d094fb38e6.zip
mb/amd/bilby: Use Picasso VBIOS as default
use PicassoGenericVbios.bin as default instead of raven VBIOS for Bilby. Change-Id: I99621173a33a1154f8bb4929d199288265bbe04d Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52209 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/amd/bilby/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/bilby/Kconfig b/src/mainboard/amd/bilby/Kconfig
index 9f125b7876f2..6c25f2a0f231 100644
--- a/src/mainboard/amd/bilby/Kconfig
+++ b/src/mainboard/amd/bilby/Kconfig
@@ -98,7 +98,7 @@ config VGA_BIOS_DGPU_ID
config VGA_BIOS_DGPU_FILE
string
- default "3rdparty/amd_blobs/picasso/Raven2GenericVbios.bin"
+ default "3rdparty/amd_blobs/picasso/PicassoGenericVbios.bin"
config EFS_SPI_READ_MODE
int