Re: [U-Boot] [PATCH v2 4/5] imx: add i.MX6ULZ cpu type

2019-08-09 Thread Fabio Estevam
On Thu, Aug 8, 2019 at 6:55 AM Peng Fan wrote: > > Add i.MX6ULZ cpu type and helper. > > Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 4/5] imx: add i.MX6ULZ cpu type

2019-08-09 Thread Ye Li
> Add i.MX6ULZ cpu type and helper. > > Signed-off-by: Peng Fan > --- > > V2: > None > > arch/arm/include/asm/arch-imx/cpu.h | 1 + > arch/arm/include/asm/mach-imx/sys_proto.h | 1 + > arch/arm/mach-imx/cpu.c | 2 ++ > arch/arm/mach-imx/mx6/soc.c | 4

[U-Boot] [PATCH v2 4/5] imx: add i.MX6ULZ cpu type

2019-08-08 Thread Peng Fan
Add i.MX6ULZ cpu type and helper. Signed-off-by: Peng Fan --- V2: None arch/arm/include/asm/arch-imx/cpu.h | 1 + arch/arm/include/asm/mach-imx/sys_proto.h | 1 + arch/arm/mach-imx/cpu.c | 2 ++ arch/arm/mach-imx/mx6/soc.c | 4 4 files changed, 8