]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
[Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin...
authorMike Frysinger <vapier.adi@gmail.com>
Wed, 23 Apr 2008 18:37:27 +0000 (02:37 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 23 Apr 2008 18:37:27 +0000 (02:37 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
arch/blackfin/mach-bf537/head.S
drivers/net/Kconfig

index 3014fe8dd1556bf717421422873e1f7ead28ab04..ac85fdfbfd0120a363f3b578717f7218298f5f64 100644 (file)
@@ -180,18 +180,6 @@ ENTRY(__start)
        SSYNC;
 #endif
 
-#ifdef CONFIG_BF537_PORT_H
-       p0.h = hi(PORTH_FER);
-       p0.l = lo(PORTH_FER);
-       R0.L = W[P0]; /* Read */
-       SSYNC;
-       R0 = 0x0000;
-       W[P0] = R0.L; /* Write */
-       SSYNC;
-       W[P0] = R0.L; /* Disable peripheral function of PORTH */
-       SSYNC;
-#endif
-
        /* Initialise UART - when booting from u-boot, the UART is not disabled
         * so if we dont initalize here, our serial console gets hosed */
        p0.h = hi(UART_LCR);
index 2399a3796f6ed2e0bd9f4049cc7ddbd87c468f00..015e163259738af5ba3e74dfd69da9bda5d350f2 100644 (file)
@@ -827,7 +827,7 @@ config ULTRA32
 
 config BFIN_MAC
        tristate "Blackfin 527/536/537 on-chip mac support"
-       depends on NET_ETHERNET && (BF527 || BF537 || BF536) && (!BF537_PORT_H)
+       depends on NET_ETHERNET && (BF527 || BF537 || BF536)
        select CRC32
        select MII
        select PHYLIB