]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MX51evk: Removed warnings
authorStefano Babic <sbabic@denx.de>
Sun, 18 Apr 2010 18:01:01 +0000 (20:01 +0200)
committerTom <Tom@bumblecow.com>
Mon, 10 May 2010 16:21:52 +0000 (11:21 -0500)
Changes reflect modifications in the fsl_esdhc driver
(the clk_enable field war removed in the configuration structure).

Signed-off-by: Stefano Babic <sbabic@denx.de>
board/freescale/mx51evk/mx51evk.c

index f0b7abcf529ed50b48680d5bc36bb0ab866500d8..3d89be39f28c2cd8b2a024fdd924a6ff68f84e95 100644 (file)
@@ -39,8 +39,8 @@ struct io_board_ctrl *mx51_io_board;
 
 #ifdef CONFIG_FSL_ESDHC
 struct fsl_esdhc_cfg esdhc_cfg[2] = {
-       {MMC_SDHC1_BASE_ADDR, 1, 1},
-       {MMC_SDHC2_BASE_ADDR, 1, 1},
+       {MMC_SDHC1_BASE_ADDR, 1},
+       {MMC_SDHC2_BASE_ADDR, 1},
 };
 #endif