aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537/head.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-04-24 02:37:27 +0800
committerBryan Wu <cooloney@kernel.org>2008-04-24 02:37:27 +0800
commit5af29f595813cce3c125d01d2500be483732ef4f (patch)
tree4df36b80ef2e9d8995d6b733bf982e9fd890b091 /arch/blackfin/mach-bf537/head.S
parent[Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in line (diff)
downloadlinux-dev-5af29f595813cce3c125d01d2500be483732ef4f.tar.xz
linux-dev-5af29f595813cce3c125d01d2500be483732ef4f.zip
[Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Acked-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/mach-bf537/head.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/blackfin/mach-bf537/head.S b/arch/blackfin/mach-bf537/head.S
index 3014fe8dd155..ac85fdfbfd01 100644
--- a/arch/blackfin/mach-bf537/head.S
+++ b/arch/blackfin/mach-bf537/head.S
@@ -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);