mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 20:52:22 -04:00
arm: Tabify code for MMC initialization
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>
This commit is contained in:
parent
2f8d8d6b3a
commit
80e409508b
@ -599,8 +599,8 @@ void board_init_r(gd_t *id, ulong dest_addr)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_GENERIC_MMC
|
#ifdef CONFIG_GENERIC_MMC
|
||||||
puts("MMC: ");
|
puts("MMC: ");
|
||||||
mmc_initialize(gd->bd);
|
mmc_initialize(gd->bd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_HAS_DATAFLASH
|
#ifdef CONFIG_HAS_DATAFLASH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user