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>
This commit is contained in:
parent
c8b79b9606
commit
7dccf47fdd
|
@ -98,7 +98,7 @@ config VGA_BIOS_DGPU_ID
|
||||||
|
|
||||||
config VGA_BIOS_DGPU_FILE
|
config VGA_BIOS_DGPU_FILE
|
||||||
string
|
string
|
||||||
default "3rdparty/amd_blobs/picasso/Raven2GenericVbios.bin"
|
default "3rdparty/amd_blobs/picasso/PicassoGenericVbios.bin"
|
||||||
|
|
||||||
config EFS_SPI_READ_MODE
|
config EFS_SPI_READ_MODE
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue