summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2011-06-22 12:50:49 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:45 -0400
commit3c8ca2089a3fc23808e6a27298722e11e5a77754 (patch)
treef152b11389acfd059a9d0bcef5f31794656e25b3 /common
parentcbe38277aa65a0e0e445714be8ec9b221ab97bb2 (diff)
ENGR00144424 MX6: enable uboot for ARM2(SABREAUTO) CPU board
Use 528M DDR script Disable L2 cache because rom enable L2 cache when use plug-in Fix usdhc pad settings Remove mac address hardcode Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Richard Zhu <r65037@freescale.com> Signed-off-by: Terry Lv <r65388@freescale.com> Signed-off-by: Anish Trivedi <anish@freescale.com> Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'common')
-rw-r--r--common/env_mmc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/env_mmc.c b/common/env_mmc.c
index 9ee90625ba5..1bc71ab0ea7 100644
--- a/common/env_mmc.c
+++ b/common/env_mmc.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
+ * (C) Copyright 2008-2011 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -63,6 +63,7 @@ int env_init(void)
gd->env_valid = 1;
#ifdef CONFIG_DYNAMIC_MMC_DEVNO
+ extern int get_mmc_env_devno(void);
mmc_env_devno = get_mmc_env_devno();
#else
mmc_env_devno = CONFIG_SYS_MMC_ENV_DEV;