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/iei/pcisa-lx-800-r10/Options.lb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/iei/pcisa-lx-800-r10') diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb index 6a3b6e56bc..a3034b0a45 100644 --- a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb +++ b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb @@ -69,6 +69,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 default ROM_SIZE = 256 * 1024 @@ -88,6 +89,7 @@ default FALLBACK_SIZE = 128 * 1024 default USE_DCACHE_RAM = 1 default DCACHE_RAM_BASE = 0xc8000 default DCACHE_RAM_SIZE = 32 * 1024 +default CONFIG_USE_PRINTK_IN_CAR=1 default STACK_SIZE = 8 * 1024 default HEAP_SIZE = 16 * 1024 # default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE -- cgit v1.2.3