Changeset 3627

Show
Ignore:
Timestamp:
10/02/08 00:15:20 (7 weeks ago)
Author:
mjones
Message:

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@…>
Acked-by: Marc Jones <marc.jones@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb

    r3591 r3627  
    9292uses CONFIG_COMPRESSED_PAYLOAD_NRV2B 
    9393uses CONFIG_COMPRESSED_PAYLOAD_LZMA 
     94uses CONFIG_USE_PRINTK_IN_CAR 
    9495 
    9596default ROM_SIZE = 512 * 1024 
     
    159160default HOSTCC = "gcc" 
    160161default CONFIG_GDB_STUB = 0 
     162default CONFIG_USE_PRINTK_IN_CAR=1 
    161163default CONFIG_CONSOLE_SERIAL8250 = 1 
    162164default TTYS0_BAUD = 115200