summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/board_hl200.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/board_hl200.c')
-rw-r--r--sys/arm/at91/board_hl200.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arm/at91/board_hl200.c b/sys/arm/at91/board_hl200.c
index 07db749..4936814 100644
--- a/sys/arm/at91/board_hl200.c
+++ b/sys/arm/at91/board_hl200.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2005-2008 Olivier Houchard. All rights reserved.
- * Copyright (c) 2005-2008 Warner Losh. All rights reserved.
+ * Copyright (c) 2005-2012 Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,13 +31,18 @@ __FBSDID("$FreeBSD$");
#include <machine/board.h>
#include <arm/at91/at91board.h>
+#include <arm/at91/at91var.h>
#include <arm/at91/at91rm92reg.h>
+#include <arm/at91/at91rm9200var.h>
#include <arm/at91/at91_piovar.h>
#include <arm/at91/at91_pio_rm9200.h>
BOARD_INIT long
board_init(void)
{
+
+ at91rm9200_set_subtype(AT91_ST_RM9200_BGA);
+
/*
* Since the USART supports RS-485 multidrop mode, it allows the
* TX pins to float. However, for RS-232 operations, we don't want
OpenPOWER on IntegriCloud