
2 Jul
2015
2 Jul
'15
1:03 p.m.
ddr for i.MX6UL starts from 0x80000000
Signed-off-by: Peng Fan Peng.Fan@freescale.com --- include/configs/mx6_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 6808674..ccb2d04 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -59,7 +59,7 @@ #define CONFIG_REVISION_TAG
/* Boot options */ -#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL)) +#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL)) #define CONFIG_LOADADDR 0x82000000 #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0x87800000
--
1.8.4