[U-Boot] [PATCH v6 3/9] dfu: Change indentation of defines in <dfu.h>
Tom Rini
trini at ti.com
Thu Mar 14 16:32:49 CET 2013
Signed-off-by: Tom Rini <trini at 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
More information about the U-Boot
mailing list