mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 13:35:21 -04:00
Blackfin: fix MMC init output alignment
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
3bbed7f88a
commit
d3c07a5d24
@ -351,7 +351,7 @@ void board_init_r(gd_t * id, ulong dest_addr)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_GENERIC_MMC
|
||||
puts("MMC: ");
|
||||
puts("MMC: ");
|
||||
mmc_initialize(bd);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user