[PATCH 3/3] freescale-mx*5-3-stack : fix __flash_header_start
Eric Benard
eric at eukrea.com
Thu May 13 08:36:47 EDT 2010
_start is now exception_vectors since it was rewritten in C
(not tested on these boards but compile should fail without
this patch)
Signed-off-by: Eric Benard <eric at eukrea.com>
---
board/freescale-mx25-3-stack/3stack.c | 2 +-
board/freescale-mx35-3-stack/flash_header.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale-mx25-3-stack/3stack.c b/board/freescale-mx25-3-stack/3stack.c
index 5b802ad..f5316bf 100644
--- a/board/freescale-mx25-3-stack/3stack.c
+++ b/board/freescale-mx25-3-stack/3stack.c
@@ -41,7 +41,7 @@ extern unsigned long _stext;
void __naked __flash_header_start go(void)
{
- __asm__ __volatile__("b _start\n");
+ __asm__ __volatile__("b exception_vectors\n");
}
struct imx_dcd_entry __dcd_entry_0x400 dcd_entry[] = {
diff --git a/board/freescale-mx35-3-stack/flash_header.c b/board/freescale-mx35-3-stack/flash_header.c
index 968a948..171c499 100644
--- a/board/freescale-mx35-3-stack/flash_header.c
+++ b/board/freescale-mx35-3-stack/flash_header.c
@@ -5,7 +5,7 @@ extern unsigned long _stext;
void __naked __flash_header_start go(void)
{
- __asm__ __volatile__("b _start\n");
+ __asm__ __volatile__("b exception_vectors\n");
}
struct imx_dcd_entry __dcd_entry_0x400 dcd_entry[] = {
--
1.6.3.3
More information about the barebox
mailing list