aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-common/head.S')
-rw-r--r--arch/blackfin/mach-common/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/head.S b/arch/blackfin/mach-common/head.S
index 7cb21cfcbf2..eb9eef0e23b 100644
--- a/arch/blackfin/mach-common/head.S
+++ b/arch/blackfin/mach-common/head.S
@@ -141,7 +141,7 @@ ENTRY(__start)
141#endif 141#endif
142 142
143 /* Put The Code for PLL Programming and SDRAM Programming in L1 ISRAM */ 143 /* Put The Code for PLL Programming and SDRAM Programming in L1 ISRAM */
144 call _bf53x_relocate_l1_mem; 144 call _bfin_relocate_l1_mem;
145#ifdef CONFIG_BFIN_KERNEL_CLOCK 145#ifdef CONFIG_BFIN_KERNEL_CLOCK
146 call _start_dma_code; 146 call _start_dma_code;
147#endif 147#endif