diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2007-11-07 23:13:43 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2007-11-07 23:13:43 +0000 |
commit | 6503cd9d00a2a3cf3c1c32b26f2097fad7ac9c7f (patch) | |
tree | b504f467f499501f363dbbd5ab3b0556e59236ed /targets/pcengines/alix1c | |
parent | cce5040153689f9e4908f04c2bb61819984d221f (diff) | |
download | coreboot-6503cd9d00a2a3cf3c1c32b26f2097fad7ac9c7f.tar.xz |
Final set of changes to make Alix1c work.
Fix IRQ tables (Thanks to Marc Jones)
Fix IRQ SLOT #
Comment out ram test in early startup.
make the debug print in lx/raminit.c a debug print, not emerg print
Set the default console log level to 3, but leave in the possibility of
running with more info (leave maximum at 11)
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Marc Jones <marc.jones@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/pcengines/alix1c')
-rw-r--r-- | targets/pcengines/alix1c/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pcengines/alix1c/Config.lb b/targets/pcengines/alix1c/Config.lb index 0cf2e78057..e350075ca8 100644 --- a/targets/pcengines/alix1c/Config.lb +++ b/targets/pcengines/alix1c/Config.lb @@ -15,7 +15,7 @@ option ROM_IMAGE_SIZE=64*1024 option FALLBACK_SIZE = ROM_SIZE -option DEFAULT_CONSOLE_LOGLEVEL = 11 +option DEFAULT_CONSOLE_LOGLEVEL = 3 option MAXIMUM_CONSOLE_LOGLEVEL = 11 romimage "fallback" option USE_FALLBACK_IMAGE=1 |