[U-Boot] [PATCH 2/3] mx6memcal: spl: Also take i.MX6ULL into account

Stefano Babic sbabic at denx.de
Fri Jan 12 13:35:37 UTC 2018


On 03/01/2018 15:55, Fabio Estevam wrote:
> i.MX6ULL also does not support 64-bit DDR bus, so add it to the
> check logic.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
> ---
>  board/freescale/mx6memcal/spl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/board/freescale/mx6memcal/spl.c b/board/freescale/mx6memcal/spl.c
> index 8ee89ff..e8b992c 100644
> --- a/board/freescale/mx6memcal/spl.c
> +++ b/board/freescale/mx6memcal/spl.c
> @@ -419,6 +419,7 @@ void board_init_f(ulong dummy)
>  	if (sysinfo.dsize != 1) {
>  		if (is_cpu_type(MXC_CPU_MX6SX) ||
>  		    is_cpu_type(MXC_CPU_MX6UL) ||
> +		    is_cpu_type(MXC_CPU_MX6ULL) ||
>  		    is_cpu_type(MXC_CPU_MX6SL)) {
>  			printf("cpu type 0x%x doesn't support 64-bit bus\n",
>  			       get_cpu_type());
> 

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