diff options
Diffstat (limited to 'board/phytec/pcl063/spl.c')
-rw-r--r-- | board/phytec/pcl063/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/pcl063/spl.c b/board/phytec/pcl063/spl.c index 48cb2e267c..fea4aa3365 100644 --- a/board/phytec/pcl063/spl.c +++ b/board/phytec/pcl063/spl.c @@ -152,7 +152,7 @@ int board_mmc_getcd(struct mmc *mmc) return 1; } -int board_mmc_init(bd_t *bis) +int board_mmc_init(struct bd_info *bis) { int i, ret; |