summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-08-10 19:03:59 +0200
committerTom Rini <trini@ti.com>2013-08-28 11:44:58 -0400
commit8d20836615eb7fa6330935a5f63e5cdd05cac7e5 (patch)
tree77a5958ca98538506693ff37932a2dcd029e973c /arch/arm/include/asm/arch-omap3
parente633ac019642689e3a2dd95bd644b3a10c7bbbb4 (diff)
downloadtalos-obmc-uboot-8d20836615eb7fa6330935a5f63e5cdd05cac7e5.tar.gz
talos-obmc-uboot-8d20836615eb7fa6330935a5f63e5cdd05cac7e5.zip
arm: omap3: fix SRAM copy and execution sequence
Fix size calculation in copy of go_to_speed into SRAM. Use SRAM_CLK_CODE in call to SRAM-based go_to_speed. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3')
-rw-r--r--arch/arm/include/asm/arch-omap3/clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-omap3/clock.h b/arch/arm/include/asm/arch-omap3/clock.h
index 514839c778..be669c156f 100644
--- a/arch/arm/include/asm/arch-omap3/clock.h
+++ b/arch/arm/include/asm/arch-omap3/clock.h
@@ -63,6 +63,4 @@ extern dpll_param *get_36x_core_dpll_param(void);
extern dpll_param *get_36x_per_dpll_param(void);
extern dpll_param *get_36x_per2_dpll_param(void);
-extern void *_end_vect, *_start;
-
#endif
OpenPOWER on IntegriCloud