diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-13 13:08:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-13 13:08:38 +0000 |
commit | 28401bd9ea0df09040e6212432d5c53e88835470 (patch) | |
tree | 0399961b1ed3caecc0e2be61604f3a33d9b4dedb /src/mainboard/technologic/ts5300/Options.lb | |
parent | 598ba437427709f808e5035832f5f650b393ddbc (diff) |
Drop unused (or commented / #if 0) reset.c files.
This is abuild-tested by me.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3654 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technologic/ts5300/Options.lb')
-rw-r--r-- | src/mainboard/technologic/ts5300/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technologic/ts5300/Options.lb b/src/mainboard/technologic/ts5300/Options.lb index 7334b8b7a6..52b378685e 100644 --- a/src/mainboard/technologic/ts5300/Options.lb +++ b/src/mainboard/technologic/ts5300/Options.lb @@ -88,7 +88,7 @@ default HAVE_MP_TABLE=0 ## ## Build code to reset the motherboard from coreboot ## -default HAVE_HARD_RESET=1 +default HAVE_HARD_RESET=0 ## ## Build code to export a programmable irq routing table |