diff options
author | Joseph Smith <joe@settoplinux.org> | 2009-05-29 13:45:22 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2009-05-29 13:45:22 +0000 |
commit | 60f0f1b18f87332a569ced6c8744a1572517ba39 (patch) | |
tree | 8a278fad3d544363b676e11800e38365a71b2b11 /targets | |
parent | f8a5c6ec02f1e21d62756bda07f755b3a2f4865f (diff) | |
download | coreboot-60f0f1b18f87332a569ced6c8744a1572517ba39.tar.xz |
enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbridge.
Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4324 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/thomson/ip1000/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/thomson/ip1000/Config.lb b/targets/thomson/ip1000/Config.lb index 1e9e43ba02..aa507394d5 100644 --- a/targets/thomson/ip1000/Config.lb +++ b/targets/thomson/ip1000/Config.lb @@ -51,7 +51,7 @@ option CONFIG_VIDEO_MB = 8 ## ## Request this level of debugging output ## -option DEFAULT_CONSOLE_LOGLEVEL = 9 +option DEFAULT_CONSOLE_LOGLEVEL = 7 romimage "fallback" option USE_FALLBACK_IMAGE = 1 |