diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stih410-b2260.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index fba93fd9d32..69b9232201b 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -42,10 +42,9 @@ /* Extra Commands */ -#define CONFIG_SYS_GBL_DATA_SIZE 1024 /* Global data structures */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - \ CONFIG_SYS_MALLOC_LEN - \ - CONFIG_SYS_GBL_DATA_SIZE) + GENERATED_GBL_DATA_SIZE) /* USB Configs */ #define CONFIG_USB_OHCI_NEW |
