diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 09:25:35 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-24 09:25:35 +0000 |
commit | 1d8261d416c5333a4ff73e0980a5b7838a66e19b (patch) | |
tree | 4b5adfc27f35b130f653948cb7efbe2cba813f5d /src/mainboard/iwill/DK8S2/reset.c | |
parent | b216e8fa653fd995b028060cf729f5e12fb5ffb2 (diff) | |
download | coreboot-1d8261d416c5333a4ff73e0980a5b7838a66e19b.tar.xz |
rename Iwill to iwill to keep naming scheme consistent
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iwill/DK8S2/reset.c')
-rw-r--r-- | src/mainboard/iwill/DK8S2/reset.c | 6 |
1 files changed, 6 insertions, 0 deletions
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); +} |