diff options
Diffstat (limited to 'arch/blackfin/mach-common/head.S')
-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); |