Re: [U-Boot] [PATCH 3/7] arm: v7: Kconfig: Add entry for MMU

2018-04-25 Thread Tom Rini
On Wed, Apr 25, 2018 at 02:44:35PM +0530, Lokesh Vutla wrote: > Add a Kconfig entry for MMU and imply for all platforms using > cache-cp15.c containing MMU setup. Using imply instead of select so that > MMU can be disabled by defconfigs when not needed. > > Signed-off-by: Lokesh Vutla Reviewed-

[U-Boot] [PATCH 3/7] arm: v7: Kconfig: Add entry for MMU

2018-04-25 Thread Lokesh Vutla
Add a Kconfig entry for MMU and imply for all platforms using cache-cp15.c containing MMU setup. Using imply instead of select so that MMU can be disabled by defconfigs when not needed. Signed-off-by: Lokesh Vutla --- arch/arm/Kconfig | 15 +++ 1 file changed, 15 insertions(+) diff