diff options
Diffstat (limited to 'include/configs/pico-imx6.h')
-rw-r--r-- | include/configs/pico-imx6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/pico-imx6.h b/include/configs/pico-imx6.h index 96191708ea..4e72caa45d 100644 --- a/include/configs/pico-imx6.h +++ b/include/configs/pico-imx6.h @@ -24,9 +24,6 @@ #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000 /* 2MB */ #endif -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ - #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configuration */ |