public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 3/9] dfu: Change indentation of defines in <dfu.h>
Date: Fri,  8 Mar 2013 12:37:22 -0500	[thread overview]
Message-ID: <1362764249-15547-4-git-send-email-trini@ti.com> (raw)
In-Reply-To: <1362764249-15547-1-git-send-email-trini@ti.com>

Signed-off-by: Tom Rini <trini@ti.com>
---
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

  parent reply	other threads:[~2013-03-08 17:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08 17:37 [U-Boot] [PATCH v5 0/9] Improve DFU support, enable for am335x_evm Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 1/9] README: Document current DFU CONFIG options Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 2/9] dfu: Support larger than memory transfers Tom Rini
2013-03-11  9:38   ` Lukasz Majewski
2013-03-11 10:03     ` Lukasz Majewski
2013-03-11 12:55       ` Tom Rini
2013-03-13 15:05       ` Tom Rini
2013-03-13 15:25       ` Tom Rini
2013-03-13 19:57         ` Tom Rini
2013-03-14  8:22           ` Lukasz Majewski
2013-03-11 11:36     ` [U-Boot] Nand flash (supports ONFI) TigerLiu at viatech.com.cn
2013-03-11 11:56       ` Jagan Teki
2013-03-12  2:19         ` TigerLiu at viatech.com.cn
2013-03-08 17:37 ` Tom Rini [this message]
2013-03-08 17:37 ` [U-Boot] [PATCH v5 4/9] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters Tom Rini
2013-03-09  1:00   ` Scott Wood
2013-03-08 17:37 ` [U-Boot] [PATCH v5 5/9] cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 6/9] dfu: NAND specific routines for DFU operation Tom Rini
2013-03-09  1:08   ` Scott Wood
2013-03-13 20:04     ` Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 7/9] am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 8/9] am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults Tom Rini
2013-03-08 17:37 ` [U-Boot] [PATCH v5 9/9] am335x_evm: Enable DFU for NAND and MMC, provide example alt_infos Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362764249-15547-4-git-send-email-trini@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox