From f805548b28f90aa76374b16f86206dd3a5743d23 Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Thu, 9 Dec 2010 10:07:31 +0100 Subject: AT91: fix TOP9000 build problem and change CONFIG_SYS_TEXT_BASE Signed-off-by: Reinhard Meyer --- board/emk/top9000/top9000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/emk/top9000/top9000.c') diff --git a/board/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index b0fe2d6..73dd706 100644 --- a/board/emk/top9000/top9000.c +++ b/board/emk/top9000/top9000.c @@ -120,7 +120,7 @@ int board_mmc_getcd(u8 *cd, struct mmc *mmc) int board_early_init_f(void) { - at91_shdwn_t *shdwn = (at91_shdwn_t *)AT91_SHDWN_BASE; + struct at91_shdwn *shdwn = (struct at91_shdwn *)AT91_SHDWN_BASE; /* * make sure the board can be powered on by -- cgit v1.1