From 6e5b6a82ad4ffe044d4eeeb9bd3b42c0d07579df Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Tue, 24 Oct 2006 09:40:21 +0000 Subject: fix typo during rename. Subversion would not let me fix this before committing first. Signed-off-by: Yinghai Lu Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/dk8x/mainboard.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mainboard/iwill/dk8x/mainboard.c (limited to 'src/mainboard/iwill/dk8x/mainboard.c') diff --git a/src/mainboard/iwill/dk8x/mainboard.c b/src/mainboard/iwill/dk8x/mainboard.c new file mode 100644 index 0000000000..b4bcfb25e8 --- /dev/null +++ b/src/mainboard/iwill/dk8x/mainboard.c @@ -0,0 +1,11 @@ +#include +#include +#include +#include +#include +#include "chip.h" + +struct chip_operations mainboard_iwill_dk8x_ops = { + CHIP_NAME("Iwill DK8X mainboard") +}; + -- cgit v1.2.3