mainboard/asus/f2a85-m: Disable LEGACY_FREE setting
The ASUS F2A85-M has a keyboard controller, serial and parallel port and thus is not legacy free at all. Setting LEGACY_FREE causes some early bootup serial debug messages to be lost. Change-Id: Ibba38826e2f863c6e490e52bd5854e5dc0b6a357 Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de> Reviewed-on: http://review.coreboot.org/7480 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
This commit is contained in:
parent
99799d6682
commit
01c3f1fa64
|
@ -91,8 +91,4 @@ config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "1002,9993"
|
default "1002,9993"
|
||||||
|
|
||||||
config HUDSON_LEGACY_FREE
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
endif # BOARD_ASUS_F2A85_M
|
endif # BOARD_ASUS_F2A85_M
|
||||||
|
|
Loading…
Reference in New Issue