From patchwork Fri Nov 30 23:01:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,10/10] arm: Tabify code for MMC initialization Date: Fri, 30 Nov 2012 13:01:23 -0000 From: Simon Glass X-Patchwork-Id: 203076 Message-Id: <1354316484-23515-10-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Taylor Hutt From: Taylor Hutt The two modified lines were indented with spaces. They are now indented with tabs. Signed-off-by: Taylor Hutt Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/board.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 0410dae..6f58d6c 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -612,8 +612,8 @@ void board_init_r(gd_t *id, ulong dest_addr) #endif #ifdef CONFIG_GENERIC_MMC - puts("MMC: "); - mmc_initialize(gd->bd); + puts("MMC: "); + mmc_initialize(gd->bd); #endif #ifdef CONFIG_HAS_DATAFLASH