diff options
| author | Andreas Bießmann <[email protected]> | 2011-04-18 04:12:43 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-05-18 07:56:54 +0200 |
| commit | da4843723053780a3d707f33a08695723949360f (patch) | |
| tree | 1e120355d3377367abeb6c814ef54380e7ebac6a /include | |
| parent | 2607ecf26e5482425f8def32a7536604908d99ea (diff) | |
atngw100: move CONFIG_SYS_TEXT_BASE to header
Signed-off-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/atngw100.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 70f1e8a0f42..bda6eedcf2b 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -149,6 +149,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 |
