aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/Source/d_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/d_loader.h')
-rw-r--r--AT91SAM7S256/Source/d_loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AT91SAM7S256/Source/d_loader.h b/AT91SAM7S256/Source/d_loader.h
index 6a59c98..0018926 100644
--- a/AT91SAM7S256/Source/d_loader.h
+++ b/AT91SAM7S256/Source/d_loader.h
@@ -20,9 +20,9 @@
#define FILEPTRTABLE ((const ULONG*)(0x140000L - (FILETABLE_SIZE*4)))
#ifndef STARTOFUSERFLASH_FROM_LINKER
#ifndef STRIPPED
-#define STARTOFUSERFLASH (0x125800L)//(0x124600L) 1.31 == (0x122100L)
+#define STARTOFUSERFLASH (0x126000L)//(0x124600L) 1.31 == (0x122100L)
#else
-#define STARTOFUSERFLASH (0x122400L)//(0x124600L) 1.31 == (0x122100L)
+#define STARTOFUSERFLASH (0x122C00L)//(0x124600L) 1.31 == (0x122100L)
#endif
#define SIZEOFUSERFLASH_MAX SIZEOFUSERFLASH
#else