diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2006-04-03 21:29:48 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2006-04-03 21:29:48 +0000 |
commit | 81efd7ab6deedf89af398d9039851d88db3aca0d (patch) | |
tree | 2046e19600d628f4e840edb7b90cdf29de3f6d87 /src/mainboard | |
parent | b66f54ac6e381f86bdc7416ba2ab02826faf3b18 (diff) |
comment out reset from MB Config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2234 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/newisys/khepri/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/Config.lb b/src/mainboard/newisys/khepri/Config.lb index 506ae648e7..6102e67233 100644 --- a/src/mainboard/newisys/khepri/Config.lb +++ b/src/mainboard/newisys/khepri/Config.lb @@ -45,7 +45,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 dir /drivers/trident/blade3d |