Missed a CONFIG_USE_PRINTK_IN_CAR define for the Asus m2v-mx_se.
This fixes that build error. (trivial) Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Marc Jones <marc.jones@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3627 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cfb6ac72d1
commit
5263b01657
|
@ -91,6 +91,7 @@ uses SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|||
uses SB_HT_CHAIN_ON_BUS0
|
||||
uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
|
||||
uses CONFIG_COMPRESSED_PAYLOAD_LZMA
|
||||
uses CONFIG_USE_PRINTK_IN_CAR
|
||||
|
||||
default ROM_SIZE = 512 * 1024
|
||||
default FALLBACK_SIZE = 256 * 1024
|
||||
|
@ -158,6 +159,7 @@ default CONFIG_ROM_PAYLOAD = 1
|
|||
default CC = "$(CROSS_COMPILE)gcc -m32"
|
||||
default HOSTCC = "gcc"
|
||||
default CONFIG_GDB_STUB = 0
|
||||
default CONFIG_USE_PRINTK_IN_CAR=1
|
||||
default CONFIG_CONSOLE_SERIAL8250 = 1
|
||||
default TTYS0_BAUD = 115200
|
||||
default TTYS0_BASE = 0x3f8
|
||||
|
|
Loading…
Reference in New Issue