[U-Boot] [PATCH 2/2] imx: define ARCH_MXC for i.MX8/8M/7ULP

2019-06-11 Thread sbabic
> Without this definition, fsl_esdhc will access reserved registers > on i.MX chips, so define ARCH_MXC to fix it. > Signed-off-by: Peng Fan > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/2] imx: define ARCH_MXC for i.MX8/8M/7ULP

2019-05-09 Thread Fabio Estevam
On Thu, May 9, 2019 at 5:33 AM Peng Fan wrote: > > Without this definition, fsl_esdhc will access reserved registers > on i.MX chips, so define ARCH_MXC to fix it. > > Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@l

[U-Boot] [PATCH 2/2] imx: define ARCH_MXC for i.MX8/8M/7ULP

2019-05-09 Thread Peng Fan
Without this definition, fsl_esdhc will access reserved registers on i.MX chips, so define ARCH_MXC to fix it. Signed-off-by: Peng Fan --- CI: https://travis-ci.org/MrVan/u-boot/builds/530082356 arch/arm/include/asm/arch-imx8/imx-regs.h | 2 ++ arch/arm/include/asm/arch-imx8m/imx-regs.h | 2