From 46976f7bfc4e29b5ad4b80b7f39989e91de183b7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 23 Jun 2010 08:38:38 +0200 Subject: OMAP: fix compilation This got broken during the switch to implement the lowlevel functions in C. Signed-off-by: Sascha Hauer --- arch/arm/mach-omap/omap3_core.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-omap/omap3_core.S b/arch/arm/mach-omap/omap3_core.S index 7337d4c545..d904231171 100644 --- a/arch/arm/mach-omap/omap3_core.S +++ b/arch/arm/mach-omap/omap3_core.S @@ -92,7 +92,7 @@ next: arch_start: .word arch_init_lowlevel barebox_start: - .word _start + .word exception_vectors SRAM_INTVECT: .word OMAP_SRAM_INTVECT -- cgit v1.2.3