mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
dfu: Change indentation of defines in <dfu.h>
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
ea2453d56b
commit
a24c3155db
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ static inline unsigned int get_mmc_blk_size(int dev)
|
||||||
return find_mmc_device(dev)->read_bl_len;
|
return find_mmc_device(dev)->read_bl_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DFU_NAME_SIZE 32
|
#define DFU_NAME_SIZE 32
|
||||||
#define DFU_CMD_BUF_SIZE 128
|
#define DFU_CMD_BUF_SIZE 128
|
||||||
#define DFU_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */
|
#define DFU_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */
|
||||||
#ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
|
#ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
|
||||||
#define CONFIG_SYS_DFU_MAX_FILE_SIZE (4 << 20) /* 4 MiB */
|
#define CONFIG_SYS_DFU_MAX_FILE_SIZE (4 << 20) /* 4 MiB */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue