summaryrefslogtreecommitdiffstats
path: root/include/dfu.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-03-14 05:32:49 +0000
committerMarek Vasut <marex@denx.de>2013-04-10 13:42:49 +0200
commita24c3155db20f979f9a0aa758d4665f221e470b9 (patch)
tree52dcb3d9d5e75116ebaf3dae8392701edf73f39d /include/dfu.h
parentea2453d56b8860dbd18a3c517531ffc8dcb5c839 (diff)
downloadtalos-obmc-uboot-a24c3155db20f979f9a0aa758d4665f221e470b9.tar.gz
talos-obmc-uboot-a24c3155db20f979f9a0aa758d4665f221e470b9.zip
dfu: Change indentation of defines in <dfu.h>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/dfu.h')
-rw-r--r--include/dfu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dfu.h b/include/dfu.h
index 527e69f90b..cc9926861f 100644
--- a/include/dfu.h
+++ b/include/dfu.h
@@ -57,9 +57,9 @@ 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_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */
+#define DFU_NAME_SIZE 32
+#define DFU_CMD_BUF_SIZE 128
+#define DFU_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */
#ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
#define CONFIG_SYS_DFU_MAX_FILE_SIZE (4 << 20) /* 4 MiB */
#endif
OpenPOWER on IntegriCloud