Signed-off-by: Tom Rini <tr...@ti.com> --- Changes in v6: None Changes in v5: - New patch to re-align defines in <dfu.h>
Changes in v4: None Changes in v3: None Changes in v2: None include/dfu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dfu.h b/include/dfu.h index 5182c6c..0aae856 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -57,8 +57,8 @@ static inline unsigned int get_mmc_blk_size(int dev) return find_mmc_device(dev)->read_bl_len; } -#define DFU_NAME_SIZE 32 -#define DFU_CMD_BUF_SIZE 128 +#define DFU_NAME_SIZE 32 +#define DFU_CMD_BUF_SIZE 128 #define DFU_DATA_BUF_SIZE (64 << 10) /* 64 KiB */ #ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE #define CONFIG_SYS_DFU_MAX_FILE_SIZE (4 << 20) /* 4 MiB */ -- 1.7.9.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot