aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-11-09 14:51:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-10 19:00:18 +0000
commitb92df578b48911893a475b6f47ddfc574f63eac7 (patch)
tree939da533deb6d0ffe55dea4192ad009ec6993387 /src/mainboard/asus
parentfa9e8f9cfc10a5f95d6b74a88e93cbd89c9faa77 (diff)
mb/asus/f2a85-m: Disable `HUDSON_LEGACY_FREE` for working serial console
The Asus F2A85-M, F2A85-M LE and F2A85-M PRO all have a Super I/O, and therefore have legacy devices like a serial console. Selecting `HUDSON_LEGACY_FREE` currently disable the serial console during bootup in romstage, which is undesired. So, deselect the symbol by default. TEST=Boot Asus F2A85-M PRO and verify serial console is *not* disabled during romstage. Change-Id: Ia6588c0d4b2c24c7cb9da04805d13274c8ae295e Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47363 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Mike Banon <mikebdp2@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/f2a85-m/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index 27d5517b9f..326fedd9b6 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -84,7 +84,7 @@ config VGA_BIOS_ID
config HUDSON_LEGACY_FREE
bool
- default y
+ default n
config POST_IO
bool