Commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
Committed by
Jean-Christophe PLAGNIOL-VILLARD
1 parent
c91e17affa
Exists in
master
and in
57 other branches
AT91: Replace AT91_BASE_EMAC by the board specific values.
AT91_BASE_EMAC is never used outside the board specific files, so replace its usage by the board specific AT91xxx_BASE_EMAC. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Showing 5 changed files with 4 additions and 7 deletions Side-by-side Diff
board/afeb9260/afeb9260.c
board/atmel/at91cap9adk/at91cap9adk.c
board/atmel/at91sam9260ek/at91sam9260ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
include/asm-arm/arch-at91/hardware.h
| ... | ... | @@ -20,7 +20,6 @@ |
| 20 | 20 | #include <asm/arch/at91rm9200.h> |
| 21 | 21 | #elif defined(CONFIG_AT91SAM9260) |
| 22 | 22 | #include <asm/arch/at91sam9260.h> |
| 23 | -#define AT91_BASE_EMAC AT91SAM9260_BASE_EMAC | |
| 24 | 23 | #define AT91_BASE_SPI AT91SAM9260_BASE_SPI0 |
| 25 | 24 | #define AT91_ID_UHP AT91SAM9260_ID_UHP |
| 26 | 25 | #define AT91_PMC_UHP AT91SAM926x_PMC_UHP |
| ... | ... | @@ -31,7 +30,6 @@ |
| 31 | 30 | #define AT91_PMC_UHP AT91SAM926x_PMC_UHP |
| 32 | 31 | #elif defined(CONFIG_AT91SAM9263) |
| 33 | 32 | #include <asm/arch/at91sam9263.h> |
| 34 | -#define AT91_BASE_EMAC AT91SAM9263_BASE_EMAC | |
| 35 | 33 | #define AT91_BASE_SPI AT91SAM9263_BASE_SPI0 |
| 36 | 34 | #define AT91_ID_UHP AT91SAM9263_ID_UHP |
| 37 | 35 | #define AT91_PMC_UHP AT91SAM926x_PMC_UHP |
| ... | ... | @@ -41,7 +39,6 @@ |
| 41 | 39 | #define AT91_ID_UHP AT91SAM9RL_ID_UHP |
| 42 | 40 | #elif defined(CONFIG_AT91CAP9) |
| 43 | 41 | #include <asm/arch/at91cap9.h> |
| 44 | -#define AT91_BASE_EMAC AT91CAP9_BASE_EMAC | |
| 45 | 42 | #define AT91_BASE_SPI AT91CAP9_BASE_SPI0 |
| 46 | 43 | #define AT91_ID_UHP AT91CAP9_ID_UHP |
| 47 | 44 | #define AT91_PMC_UHP AT91CAP9_PMC_UHP |