summaryrefslogtreecommitdiff
path: root/board/freescale/mx53_pcba
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-08-12 12:53:18 +0800
committerTerry Lv <r65388@freescale.com>2011-09-01 11:45:02 +0800
commitd187eb3675f1408d206e9013bcde38793f5d1ca8 (patch)
treedccc366b52446bd0834a4e9b916cf60a0d0881f5 /board/freescale/mx53_pcba
parent3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab (diff)
downloadu-boot-imx-d187eb3675f1408d206e9013bcde38793f5d1ca8.zip
u-boot-imx-d187eb3675f1408d206e9013bcde38793f5d1ca8.tar.gz
u-boot-imx-d187eb3675f1408d206e9013bcde38793f5d1ca8.tar.bz2
ENGR00154666-2: Align u-boot mmc command with community
Trivial change to remove build warnings. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'board/freescale/mx53_pcba')
-rw-r--r--board/freescale/mx53_pcba/mx53_pcba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53_pcba/mx53_pcba.c b/board/freescale/mx53_pcba/mx53_pcba.c
index 24cb45a..e3c9621 100644
--- a/board/freescale/mx53_pcba/mx53_pcba.c
+++ b/board/freescale/mx53_pcba/mx53_pcba.c
@@ -371,7 +371,7 @@ struct fsl_esdhc_cfg esdhc_cfg[2] = {
};
#ifdef CONFIG_DYNAMIC_MMC_DEVNO
-int get_mmc_env_devno()
+int get_mmc_env_devno(void)
{
uint soc_sbmr = readl(SRC_BASE_ADDR + 0x4);
return (soc_sbmr & 0x00300000) ? 1 : 0;