From 94875b3f626fd06b957ff469cf7ebedb9a16e96c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 30 Apr 2009 10:16:39 +0000 Subject: Add "printk" support to all CAR targets Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4236 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/artecgroup/dbe61/Options.lb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/artecgroup') diff --git a/src/mainboard/artecgroup/dbe61/Options.lb b/src/mainboard/artecgroup/dbe61/Options.lb index 4e5fffdbc1..8ac10de49e 100644 --- a/src/mainboard/artecgroup/dbe61/Options.lb +++ b/src/mainboard/artecgroup/dbe61/Options.lb @@ -49,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. @@ -108,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 -- cgit v1.2.3