summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm/at91/at91rm9200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91rm9200.c b/sys/arm/at91/at91rm9200.c
index a3201e3..2c6073c 100644
--- a/sys/arm/at91/at91rm9200.c
+++ b/sys/arm/at91/at91rm9200.c
@@ -125,7 +125,7 @@ static const struct cpu_devs at91_devs[] =
DEVICE("at91_tc", TC0, 0),
DEVICE("at91_tc", TC1, 1),
DEVICE("ohci", OHCI, 0),
- DEVICE("af91_cfata", CF, 0),
+ DEVICE("at91_cfata", CF, 0),
{ 0, 0, 0, 0, 0 }
};
OpenPOWER on IntegriCloud