Re: [U-Boot] [PATCH 2/7] arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A

2018-04-25 Thread Tom Rini
On Wed, Apr 25, 2018 at 02:44:34PM +0530, Lokesh Vutla wrote: > Currently CPU_V7 kconfig symbol supports only ARMv7A architectures under > armv7 folder. This led to a misconception of creating separate folders > for armv7m and armv7r. There is no reason to create separate folder for > other armv7

[U-Boot] [PATCH 2/7] arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A

2018-04-25 Thread Lokesh Vutla
Currently CPU_V7 kconfig symbol supports only ARMv7A architectures under armv7 folder. This led to a misconception of creating separate folders for armv7m and armv7r. There is no reason to create separate folder for other armv7 based architectures when it can co-exist with few Kconfig symbols. As