From e6e12c39efd54e4fcbd444134bf30e211948a71b Mon Sep 17 00:00:00 2001 From: Deepa Dinamani Date: Thu, 1 May 2014 11:20:49 -0700 Subject: [PATCH] soc/ipq806x: Disable LPAE mode. LPAE (large physical address extension) is not available on this SOC core, do not enable it. BUG=chrome-os-partner:27784 TEST=coreboot still comes up on AP148 Change-Id: I9e9ad1aeaf613f04987c0c306a574085042d0e7b Signed-off-by: Deepa Dinamani Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/198023 Reviewed-by: deepa dinamani --- src/soc/qualcomm/ipq806x/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index ca12887e35..cf81ed4b12 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -3,7 +3,6 @@ config SOC_QC_IPQ806X bool default n select ARM_BOOTBLOCK_ARMV7 - select ARM_LPAE select ARM_RAMSTAGE_ARMV7 select ARM_ROMSTAGE_ARMV7 select BOOTBLOCK_CONSOLE