Set asus/a8v-3_se to use printk in CAR. (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@3727 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c87ddd91c7
commit
9cc49b21f8
|
@ -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