diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-27 01:11:44 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-28 12:10:41 +0200 |
commit | 825adb991ab081a50a92e50cc54a1f42b7277c94 (patch) | |
tree | ac5c4563ad397dd08ca623c17bda4d6d05dc7c6e /include/configs/warp.h | |
parent | 378b02d7edea56a53cfd51700e0c63c3ee126bbc (diff) |
warp: Adjust CONFIG_SYS_DFU_DATA_BUF_SIZE
Adjust CONFIG_SYS_DFU_DATA_BUF_SIZE in order to avoid the following error
when running the dfu command:
=> dfu 0 mmc 0
dfu_get_buf: Could not memalign 0x2000000 bytes
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/warp.h')
-rw-r--r-- | include/configs/warp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index 2673948955..f0a912bb46 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -94,7 +94,7 @@ #define CONFIG_CMD_DFU #define CONFIG_DFU_FUNCTION #define CONFIG_DFU_MMC -#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_32M +#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_16M #define DFU_DEFAULT_POLL_TIMEOUT 300 #define CONFIG_EXTRA_ENV_SETTINGS \ |