SPEC-3976: qemuarm: remove CONFIG_ARM_LPAE 35/26435/2
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 16 Jun 2021 08:46:28 +0000 (08:46 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 23 Jun 2021 11:19:47 +0000 (11:19 +0000)
CONFIG_ARM_LPAE cause sndHDA failure.
Furthermore, this permits to mimic real AGL ARM board which dont have LPAE.

Bug-AGL: SPEC-3976
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Change-Id: I0f48feadc8aa04427ffb2365cf319e2dcbe32ff3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26435
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg

index e71c714..b3644b2 100644 (file)
@@ -4,3 +4,5 @@ CONFIG_ARCH_VIRT=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_PCI_HOST_GENERIC=y
 CONFIG_RTC_DRV_PL031=y
+# SPEC-3976 we mimic real AGL ARM board and they dont have LPAE. This cause also HDA failure.
+# CONFIG_ARM_LPAE is not set