Add "printk" support to all CAR targets
[coreboot.git] / src / mainboard / amd / db800 / Options.lb
index ef62ec3eecb45b50656ae96fbdae99dcacec7f81..33d1d15295a0c88fb1d7a69eac2e2ff97bec1ae9 100644 (file)
@@ -1,4 +1,5 @@
 uses HAVE_MP_TABLE
+uses CONFIG_CBFS
 uses HAVE_PIRQ_TABLE
 uses USE_FALLBACK_IMAGE
 uses HAVE_FALLBACK_BOOT
@@ -48,6 +49,7 @@ uses CONFIG_VIDEO_MB
 uses USE_DCACHE_RAM
 uses DCACHE_RAM_BASE
 uses DCACHE_RAM_SIZE
+uses CONFIG_USE_PRINTK_IN_CAR
 uses PIRQ_ROUTE
 
 ## ROM_SIZE is the size of boot ROM that this board will use.
@@ -107,6 +109,7 @@ default FALLBACK_SIZE = 131072
 default USE_DCACHE_RAM=1
 default DCACHE_RAM_BASE=0xc8000
 default DCACHE_RAM_SIZE=0x08000
+default CONFIG_USE_PRINTK_IN_CAR=1
 
 ##
 ## Use a small 8K stack
@@ -177,5 +180,10 @@ default  DEFAULT_CONSOLE_LOGLEVEL=8
 ## At a maximum only compile in this level of debugging
 default  MAXIMUM_CONSOLE_LOGLEVEL=8
 
-end
 
+#
+# CBFS
+#
+#
+default CONFIG_CBFS=0
+end