Deleted Added
full compact
bwct_board.c (204899) bwct_board.c (204900)
1#include <sys/cdefs.h>
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/sys/boot/arm/at91/boot2/bwct_board.c 204899 2010-03-09 00:48:06Z ticso $");
2__FBSDID("$FreeBSD: head/sys/boot/arm/at91/boot2/bwct_board.c 204900 2010-03-09 00:50:58Z ticso $");
3
4#include <sys/param.h>
5
6#include "at91rm9200_lowlevel.h"
7#include "at91rm9200.h"
8#include "emac.h"
9#include "lib.h"
10#include "ee.h"

--- 74 unchanged lines hidden (view full) ---

85void
86board_init(void)
87{
88
89 printf("\n\n");
90 printf("BWCT FSB-A920-1\n");
91 printf("http://www.bwct.de\n");
92 printf("\n");
3
4#include <sys/param.h>
5
6#include "at91rm9200_lowlevel.h"
7#include "at91rm9200.h"
8#include "emac.h"
9#include "lib.h"
10#include "ee.h"

--- 74 unchanged lines hidden (view full) ---

85void
86board_init(void)
87{
88
89 printf("\n\n");
90 printf("BWCT FSB-A920-1\n");
91 printf("http://www.bwct.de\n");
92 printf("\n");
93 printf("AT92RM9200 180MHz\n");
93#if defined(SDRAM_128M)
94 printf("AT92RM9200 180MHz 128MB\n");
95#else
96 printf("AT92RM9200 180MHz 64MB\n");
97#endif
94 printf("Initialising USART0\n");
95 USART0_Init();
96 printf("Initialising USART1\n");
97 USART1_Init();
98 printf("Initialising USART2\n");
99 USART2_Init();
100 printf("Initialising USART3\n");
101 USART3_Init();

--- 20 unchanged lines hidden ---
98 printf("Initialising USART0\n");
99 USART0_Init();
100 printf("Initialising USART1\n");
101 USART1_Init();
102 printf("Initialising USART2\n");
103 USART2_Init();
104 printf("Initialising USART3\n");
105 USART3_Init();

--- 20 unchanged lines hidden ---