summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-03-08 11:12:52 +0100
committerMartin Roth <martinroth@google.com>2021-03-10 23:35:00 +0000
commit83f9f8983b297401c540022c64eb732ed9f198dc (patch)
treeef69bc255a71dab15d1859d922f2228942d04d36 /src/mainboard/amd
parent42c5b010b6b2d8da75322fc7044fe77edf6a46f8 (diff)
downloadcoreboot-83f9f8983b297401c540022c64eb732ed9f198dc.tar.gz
coreboot-83f9f8983b297401c540022c64eb732ed9f198dc.tar.bz2
coreboot-83f9f8983b297401c540022c64eb732ed9f198dc.zip
mainboard: Drop unnecessary `VGA_BIOS` default
This option defaults to n already. Change-Id: I9f6407152f7cf2e2ac6fd1fff874e400f89a27ae Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51339 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/inagua/Kconfig4
-rw-r--r--src/mainboard/amd/persimmon/Kconfig4
-rw-r--r--src/mainboard/amd/south_station/Kconfig3
-rw-r--r--src/mainboard/amd/union_station/Kconfig3
4 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index a0d0434383f2..6dcc9f17da79 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -39,10 +39,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS
- bool
- default n
-
#config VGA_BIOS_FILE
# string "VGA BIOS path and filename"
# depends on VGA_BIOS
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig
index 3c268f8f3e54..4e9231312ca5 100644
--- a/src/mainboard/amd/persimmon/Kconfig
+++ b/src/mainboard/amd/persimmon/Kconfig
@@ -40,10 +40,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS
- bool
- default n
-
#config VGA_BIOS_FILE
# string "VGA BIOS path and filename"
# depends on VGA_BIOS
diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig
index 81b6dac8c519..d2dd0fb749f5 100644
--- a/src/mainboard/amd/south_station/Kconfig
+++ b/src/mainboard/amd/south_station/Kconfig
@@ -39,9 +39,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS
- bool
- default n
config VGA_BIOS_FILE
string
default "site-local/vgabios.bin"
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig
index 57eafebd64a5..d4f1495462a9 100644
--- a/src/mainboard/amd/union_station/Kconfig
+++ b/src/mainboard/amd/union_station/Kconfig
@@ -38,9 +38,6 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
-config VGA_BIOS
- bool
- default n
config VGA_BIOS_FILE
string
default "site-local/vgabios.bin"