From 1d8261d416c5333a4ff73e0980a5b7838a66e19b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 24 Oct 2006 09:25:35 +0000 Subject: rename Iwill to iwill to keep naming scheme consistent git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/DK8S2/reset.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/mainboard/iwill/DK8S2/reset.c (limited to 'src/mainboard/iwill/DK8S2/reset.c') diff --git a/src/mainboard/iwill/DK8S2/reset.c b/src/mainboard/iwill/DK8S2/reset.c new file mode 100644 index 0000000000..3db3956ec6 --- /dev/null +++ b/src/mainboard/iwill/DK8S2/reset.c @@ -0,0 +1,6 @@ +#include "../../../southbridge/amd/amd8111/amd8111_reset.c" + +void hard_reset(void) +{ + amd8111_hard_reset(0, 0); +} -- cgit v1.2.3