src/soc/amd/stoneyridge/Kconfig: Use vbios new location
3rdparty/blobs was updated to move northbridge/amd/00670F00 contents into soc/amd/stoneyridge. Now soc/amd/stoneyridge/Kconfig needs to be updated to use VBIOS.bin new location. BUG=b:70785272 TEST=Update 3rdparty/blobs master branch, try to build kahlee. It should fail. Update soc/amd/stoneyridge/Kconfig, try to build kahlee again, it should work (need to rebuild .config first). CQ-DEPEND=CL:881709 Change-Id: I8cb9874eedc4a5d41d42b3f727c6d3cb9b920b5a Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/23398 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
7c150472df
commit
4eaf0fa155
|
@ -1 +1 @@
|
||||||
Subproject commit 8eb92ba947e171df11b3c62f5f257ce69b9e2d55
|
Subproject commit a5efee5fdea55f398decc9cabebce3744bbd8147
|
|
@ -134,7 +134,7 @@ config VGA_BIOS_ID
|
||||||
|
|
||||||
config VGA_BIOS_FILE
|
config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "3rdparty/blobs/northbridge/amd/00670F00/VBIOS.bin"
|
default "3rdparty/blobs/soc/amd/stoneyridge/VBIOS.bin"
|
||||||
|
|
||||||
config S3_VGA_ROM_RUN
|
config S3_VGA_ROM_RUN
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue