[U-Boot] [PATCH v3 14/15] imx: imx6_spl add mx6ul support
Stefano Babic
sbabic at denx.de
Sun Aug 2 11:18:09 CEST 2015
On 20/07/2015 13:28, Peng Fan wrote:
> i.MX6UL's DRAM space starts from 0x80000000, same to i.MX6SX, so use
> same address with i.MX6SX.
>
> Signed-off-by: Peng Fan <Peng.Fan at freescale.com>
> ---
>
> Changes v3:
> None
>
> Changes v2:
> new patch
>
> include/configs/imx6_spl.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
> index 21c5dce..0a585b7 100644
> --- a/include/configs/imx6_spl.h
> +++ b/include/configs/imx6_spl.h
> @@ -61,7 +61,7 @@
> #define CONFIG_SPL_LIBDISK_SUPPORT
> #endif
>
> -#if defined(CONFIG_MX6SX)
> +#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL)
> #define CONFIG_SPL_BSS_START_ADDR 0x88200000
> #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */
> #define CONFIG_SYS_SPL_MALLOC_START 0x88300000
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list