diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-02-14 23:07:21 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-02-16 16:08:47 +0000 |
commit | ff01442fc3a8dc926ba4f1d436a63a68ea88cd60 (patch) | |
tree | 8484654732c99e8d0e3b06f3162cc1698fc9451f | |
parent | d47a104a2d6f16125abe53ac0a933cfaed78aadb (diff) |
soc/amd/picasso/Kconfig: update VGA_BIOS_ID's help text
map_oprom_vendev_rev is implemented in graphics.c in the SoC directory.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I0123cb8ff662445fd0a613711d9e1981272b1235
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73052
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index d34b2ab444..8d5bfa7f62 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -227,7 +227,7 @@ config VGA_BIOS_ID default "1002,15d8,c1" help The default VGA BIOS PCI vendor/device ID should be set to the - result of the map_oprom_vendev_rev() function in northbridge.c. + result of the map_oprom_vendev_rev() function in graphics.c. config VGA_BIOS_FILE string |