diff options
Diffstat (limited to 'cpu/arm720t/lpc2292/mmc.c')
| -rw-r--r-- | cpu/arm720t/lpc2292/mmc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/arm720t/lpc2292/mmc.c b/cpu/arm720t/lpc2292/mmc.c index 792a88471..beaffe944 100644 --- a/cpu/arm720t/lpc2292/mmc.c +++ b/cpu/arm720t/lpc2292/mmc.c @@ -93,12 +93,12 @@ static int mmc_hw_get_parameters(void)  	return 0;  } -int mmc_init(int verbose) +int mmc_legacy_init(int verbose)  {  	int ret = -ENODEV;  	if (verbose) -		printf("mmc_init\n"); +		printf("mmc_legacy_init\n");  	spi_init();  	/* this meeds to be done twice */ |