Re: [U-Boot] [PATCH] rockchip: Clean up CPU selection

2016-07-14 Thread Simon Glass
On 14 July 2016 at 21:20, Simon Glass wrote: > On 13 July 2016 at 21:09, Andreas Färber wrote: >> In preparation for RK3368 and RK3399, which need to select ARM64, don't >> select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead. >> >> Cc: Kever Yang >> Signed-off-by: Andreas Färbe

Re: [U-Boot] [PATCH] rockchip: Clean up CPU selection

2016-07-14 Thread Simon Glass
On 13 July 2016 at 21:09, Andreas Färber wrote: > In preparation for RK3368 and RK3399, which need to select ARM64, don't > select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead. > > Cc: Kever Yang > Signed-off-by: Andreas Färber > --- > arch/arm/Kconfig | 1 - > a

[U-Boot] [PATCH] rockchip: Clean up CPU selection

2016-07-13 Thread Andreas Färber
In preparation for RK3368 and RK3399, which need to select ARM64, don't select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead. Cc: Kever Yang Signed-off-by: Andreas Färber --- arch/arm/Kconfig | 1 - arch/arm/mach-rockchip/Kconfig | 2 ++ 2 files changed, 2 inserti