提交 d0a94620 编写于 作者: E Eric Benard 提交者: Albert ARIBAUD

cpuat91: fix board support

Signed-off-by: NEric Bénard <eric@eukrea.com>
上级 95d50e5c
...@@ -454,7 +454,6 @@ LIST_at91="$(boards_by_soc at91)\ ...@@ -454,7 +454,6 @@ LIST_at91="$(boards_by_soc at91)\
at91sam9g20ek \ at91sam9g20ek \
at91sam9m10g45ek \ at91sam9m10g45ek \
at91sam9rlek \ at91sam9rlek \
CPUAT91 \
pm9g45 \ pm9g45 \
SBC35_A9G20 \ SBC35_A9G20 \
TNY_A9260 \ TNY_A9260 \
......
...@@ -63,7 +63,7 @@ int dram_init(void) ...@@ -63,7 +63,7 @@ int dram_init(void)
#ifdef CONFIG_DRIVER_AT91EMAC #ifdef CONFIG_DRIVER_AT91EMAC
int board_eth_init(bd_t *bis) int board_eth_init(bd_t *bis)
{ {
return at91emac_register(bis, (u32) AT91_EMAC_BASE); return at91emac_register(bis, (u32) ATMEL_BASE_EMAC);
} }
#endif #endif
...@@ -71,8 +71,8 @@ int board_eth_init(bd_t *bis) ...@@ -71,8 +71,8 @@ int board_eth_init(bd_t *bis)
void i2c_init_board(void) void i2c_init_board(void)
{ {
u32 pin; u32 pin;
at91_pmc_t *pmc = (at91_pmc_t *) AT91_PMC_BASE; at91_pmc_t *pmc = (at91_pmc_t *) ATMEL_BASE_PMC;
at91_pio_t *pio = (at91_pio_t *) AT91_PIO_BASE; at91_pio_t *pio = (at91_pio_t *) ATMEL_BASE_PIO;
writel(1 << AT91_ID_PIOA, &pmc->pcer); writel(1 << AT91_ID_PIOA, &pmc->pcer);
pin = AT91_PMX_AA_TWD | AT91_PMX_AA_TWCK; pin = AT91_PMX_AA_TWD | AT91_PMX_AA_TWCK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册