diff options
| author | Albert ARIBAUD <[email protected]> | 2013-08-10 19:03:59 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-08-28 11:44:58 -0400 |
| commit | 8d20836615eb7fa6330935a5f63e5cdd05cac7e5 (patch) | |
| tree | 77a5958ca98538506693ff37932a2dcd029e973c /arch/arm/include | |
| parent | e633ac019642689e3a2dd95bd644b3a10c7bbbb4 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/clock.h | 2 |
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 514839c778e..be669c156f5 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 |
