diff options
Diffstat (limited to 'include/configs/octeontx_common.h')
-rw-r--r-- | include/configs/octeontx_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index 0e4a17684f9..3ceedef1c6e 100644 --- a/include/configs/octeontx_common.h +++ b/include/configs/octeontx_common.h @@ -44,9 +44,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0xffff0) /** Heap size for U-Boot */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 64 * 1024 * 1024) - -#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE /* Allow environment variable to be overwritten */ #define CONFIG_ENV_OVERWRITE |