diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:30 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:30 +0000 |
commit | f642a4795ad478baa731720b214c2ccfbdc90c35 (patch) | |
tree | d625d0e64de6d3ab518d3462e546e48466d61dd5 /src/mainboard | |
parent | b9a0e03a6827560e565079b36c63c371c68fb7f6 (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-59
Creator: Li-Ta Lo <ollie@lanl.gov>
S4880 mainboard Config.lb
Comment in the Config.lb shoud be '#' rather than the C++ '//'.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1977 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/tyan/s4880/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s4880/Config.lb b/src/mainboard/tyan/s4880/Config.lb index 700fb43d4b..3b3806f6ac 100644 --- a/src/mainboard/tyan/s4880/Config.lb +++ b/src/mainboard/tyan/s4880/Config.lb @@ -43,7 +43,7 @@ arch i386 end driver mainboard.o if HAVE_MP_TABLE object mptable.o end if HAVE_PIRQ_TABLE object irq_tables.o end -//object reset.o +##object reset.o if USE_DCACHE_RAM if CONFIG_USE_INIT |