diff options
Diffstat (limited to 'include/configs/bcm7445.h')
-rw-r--r-- | include/configs/bcm7445.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/bcm7445.h b/include/configs/bcm7445.h index ce865cb456..989482ef35 100644 --- a/include/configs/bcm7445.h +++ b/include/configs/bcm7445.h @@ -15,8 +15,6 @@ #define CONFIG_SYS_TEXT_BASE 0x80100000 #define CONFIG_SYS_INIT_RAM_ADDR 0x80200000 -#define CONFIG_SYS_MALLOC_LEN ((10 * 1024) << 10) /* 10 MiB */ - #include "bcmstb.h" #define BCMSTB_TIMER_LOW 0xf0412008 |