diff options
Diffstat (limited to 'include/configs/atstk1003.h')
-rw-r--r-- | include/configs/atstk1003.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/atstk1003.h b/include/configs/atstk1003.h index 9cc5cb9542..a77d52ef22 100644 --- a/include/configs/atstk1003.h +++ b/include/configs/atstk1003.h @@ -156,6 +156,7 @@ #define CONFIG_SYS_MAX_FLASH_SECT 135 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE +#define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_INTRAM_BASE INTERNAL_SRAM_BASE #define CONFIG_SYS_INTRAM_SIZE INTERNAL_SRAM_SIZE |