diff options
author | Richard Spiegel <richard.spiegel@silverbackltd.com> | 2018-01-23 15:51:57 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-25 16:33:08 +0000 |
commit | 4eaf0fa1550805ba9f3c24fb8675a6e77bd40101 (patch) | |
tree | 5f610fd1ab6aa66261cad83a9f7c7d7b372a878b /src/soc | |
parent | 7c150472dff49d06c255d11e11c2363198bff928 (diff) | |
download | coreboot-4eaf0fa1550805ba9f3c24fb8675a6e77bd40101.tar.xz |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 4f07db8a39..fbeabb71cd 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -134,7 +134,7 @@ config VGA_BIOS_ID config VGA_BIOS_FILE string - default "3rdparty/blobs/northbridge/amd/00670F00/VBIOS.bin" + default "3rdparty/blobs/soc/amd/stoneyridge/VBIOS.bin" config S3_VGA_ROM_RUN bool |