diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-08-14 03:15:43 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-08-14 03:15:43 -0400 |
commit | 7e1e7aed0ca082b4e76567ee7ea13993b476e66a (patch) | |
tree | 8d294d0b5f838e52f708b6bba622acdf2231c755 /arch/blackfin/mach-common | |
parent | 95a86b5e51139a199d081b6b108e761966d914ef (diff) |
Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r-- | arch/blackfin/mach-common/head.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-common/head.S b/arch/blackfin/mach-common/head.S index fb7e2d426999..191b4e974c4b 100644 --- a/arch/blackfin/mach-common/head.S +++ b/arch/blackfin/mach-common/head.S | |||
@@ -96,9 +96,6 @@ ENTRY(__start) | |||
96 | R0 = RETX; | 96 | R0 = RETX; |
97 | [P0] = R0; | 97 | [P0] = R0; |
98 | 98 | ||
99 | /* Let each Blackfin family do its own thing */ | ||
100 | call _mach_early_start; | ||
101 | |||
102 | /* Initialize stack pointer */ | 99 | /* Initialize stack pointer */ |
103 | sp.l = lo(INITIAL_STACK); | 100 | sp.l = lo(INITIAL_STACK); |
104 | sp.h = hi(INITIAL_STACK); | 101 | sp.h = hi(INITIAL_STACK); |