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.este...@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: sba...@denx.de
=====================================================================
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to