summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch b/recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch
deleted file mode 100644
index 0f41ac4..0000000
--- a/recipes-bsp/u-boot/u-boot-2012.10/u-boot-2012.10-sam9x5-eth-mii-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: git/arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c
-===================================================================
---- git.orig/arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c 2013-02-11 10:22:35.000000000 -0600
-+++ git/arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c 2013-02-11 10:32:59.652182120 -0600
-@@ -206,14 +206,14 @@
- #ifndef CONFIG_RMII
- /* Only emac0 support MII */
- if (has_emac0()) {
-- at91_set_b_periph(AT91_PIO_PORTB, 16, 0); /* ECRS */
-- at91_set_b_periph(AT91_PIO_PORTB, 17, 0); /* ECOL */
-- at91_set_b_periph(AT91_PIO_PORTB, 13, 0); /* ERX2 */
-- at91_set_b_periph(AT91_PIO_PORTB, 14, 0); /* ERX3 */
-- at91_set_b_periph(AT91_PIO_PORTB, 15, 0); /* ERXCK */
-- at91_set_b_periph(AT91_PIO_PORTB, 11, 0); /* ETX2 */
-- at91_set_b_periph(AT91_PIO_PORTB, 12, 0); /* ETX3 */
-- at91_set_b_periph(AT91_PIO_PORTB, 8, 0); /* ETXER */
-+ at91_set_a_periph(AT91_PIO_PORTB, 16, 0); /* ECRS */
-+ at91_set_a_periph(AT91_PIO_PORTB, 17, 0); /* ECOL */
-+ at91_set_a_periph(AT91_PIO_PORTB, 13, 0); /* ERX2 */
-+ at91_set_a_periph(AT91_PIO_PORTB, 14, 0); /* ERX3 */
-+ at91_set_a_periph(AT91_PIO_PORTB, 15, 0); /* ERXCK */
-+ at91_set_a_periph(AT91_PIO_PORTB, 11, 0); /* ETX2 */
-+ at91_set_a_periph(AT91_PIO_PORTB, 12, 0); /* ETX3 */
-+ at91_set_a_periph(AT91_PIO_PORTB, 8, 0); /* ETXER */
- }
- #endif
- }