]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: Tabify code for MMC initialization
authorTaylor Hutt <thutt@chromium.org>
Fri, 30 Nov 2012 13:01:23 +0000 (13:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 10 Jan 2013 21:28:36 +0000 (22:28 +0100)
The two modified lines were indented with spaces.
They are now indented with tabs.

Signed-off-by: Taylor Hutt <thutt@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/board.c

index 404ef4dcebe00e057de0112b1e0750ed01858690..cfe32cc926d502e470d23ec092f827e29c91cf0f 100644 (file)
@@ -599,8 +599,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