summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91var.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-25 18:40:40 +0000
committerimp <imp@FreeBSD.org>2008-11-25 18:40:40 +0000
commitf7eb998871944bf72222134ed144c92b5f369413 (patch)
tree2f7cf64d696d68cc0b6862d9e8066eff1f5445da /sys/arm/at91/at91var.h
parentf62dc78f46e4fd79f045530fb5c42e1f9da700aa (diff)
downloadFreeBSD-src-f7eb998871944bf72222134ed144c92b5f369413.zip
FreeBSD-src-f7eb998871944bf72222134ed144c92b5f369413.tar.gz
Start to make it easier to add AT91RM9200 based boards:
o Copy kb920x_machdep.c to at91_machdep.c o Move board_init to new board_kb920x.c o rename ramsize to at91_ramsize and make it accessible to board_* files. o Delete files.kb920x. We can do this selection with the new boards. o Add a stub for the tsc4370 board init, which will be added in a future commit. o Add new 'devices' at91_board_kb920x and at91_board_tsc4370. More are needed and will be added in future commits. Reviewed by: stass, cognet
Diffstat (limited to 'sys/arm/at91/at91var.h')
-rw-r--r--sys/arm/at91/at91var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/at91var.h b/sys/arm/at91/at91var.h
index 2a457ed..3a32339 100644
--- a/sys/arm/at91/at91var.h
+++ b/sys/arm/at91/at91var.h
@@ -43,5 +43,4 @@ struct at91_ivar {
struct resource_list resources;
};
-
#endif /* _AT91VAR_H_ */
OpenPOWER on IntegriCloud