diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-30 10:16:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-30 10:16:39 +0000 |
commit | 94875b3f626fd06b957ff469cf7ebedb9a16e96c (patch) | |
tree | 0ced9084361b6ca630bb9bc46557408dda253ca5 /src/mainboard/artecgroup/dbe61 | |
parent | c7757f20ac3bf8771c3cabfef1c0970dbb12bd2a (diff) | |
download | coreboot-94875b3f626fd06b957ff469cf7ebedb9a16e96c.tar.xz |
Add "printk" support to all CAR targets
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4236 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/artecgroup/dbe61')
-rw-r--r-- | src/mainboard/artecgroup/dbe61/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |