Re: [U-Boot] [PATCH v2 06/28] arm: Disable LPAE if not enabled

2017-06-08 Thread sjg
If CONFIG_ARMV7_LPAE is not defined we should make sure that the feature is disabled. This can happen if U-Boot is chain-loaded from another boot loader which does enable LPAE. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/cache-cp15.c | 9 + 1 file changed, 9 inserti

[U-Boot] [PATCH v2 06/28] arm: Disable LPAE if not enabled

2017-05-31 Thread Simon Glass
If CONFIG_ARMV7_LPAE is not defined we should make sure that the feature is disabled. This can happen if U-Boot is chain-loaded from another boot loader which does enable LPAE. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/cache-cp15.c | 9 + 1 file changed, 9 inserti