Re: [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target

2015-09-20 Thread Stefano Babic
On 14/09/2015 16:18, Peng Fan wrote: > drop select CPU_V7 for board target, since ARCH_MX7 selects CPU_V7. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==

[U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target

2015-09-14 Thread Peng Fan
drop select CPU_V7 for board target, since ARCH_MX7 selects CPU_V7. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx7/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig index 892ffae..ea19e5c 100644 --- a