diff options
Diffstat (limited to 'board/technologic/ts4600/ts4600.c')
-rw-r--r-- | board/technologic/ts4600/ts4600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technologic/ts4600/ts4600.c b/board/technologic/ts4600/ts4600.c index 54508cd864..0ef306d58a 100644 --- a/board/technologic/ts4600/ts4600.c +++ b/board/technologic/ts4600/ts4600.c @@ -61,7 +61,7 @@ static int ts4600_mmc_cd(int id) return 1; } -int board_mmc_init(bd_t *bis) +int board_mmc_init(struct bd_info *bis) { int ret; |