[U-Boot] [PATCH 2/3] mx6memcal: spl: Also take i.MX6ULL into account
Fabio Estevam
fabio.estevam at nxp.com
Wed Jan 3 14:55:35 UTC 2018
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());
--
2.7.4
More information about the U-Boot
mailing list