diff options
Diffstat (limited to 'include/configs/at91rm9200ek.h')
-rw-r--r-- | include/configs/at91rm9200ek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index 810023a..d2bf4b7 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -220,7 +220,6 @@ */ #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \ SZ_4K) -/* size in bytes reserved for initial data */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_4K \ - GENERATED_GBL_DATA_SIZE) |