diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-04-24 02:37:27 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-24 02:37:27 +0800 |
commit | 5af29f595813cce3c125d01d2500be483732ef4f (patch) | |
tree | 4df36b80ef2e9d8995d6b733bf982e9fd890b091 /arch | |
parent | 7b8aa36e568178ea801fcb42a5c55de0361a6892 (diff) | |
download | op-kernel-dev-5af29f595813cce3c125d01d2500be483732ef4f.zip op-kernel-dev-5af29f595813cce3c125d01d2500be483732ef4f.tar.gz |
[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 'arch')
-rw-r--r-- | arch/blackfin/mach-bf537/head.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/blackfin/mach-bf537/head.S b/arch/blackfin/mach-bf537/head.S index 3014fe8..ac85fdf 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); |