diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-06-16 08:46:28 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-06-23 11:19:47 +0000 |
commit | a3ea6603457f1265cbd458e57d29a8e4ace4fae3 (patch) | |
tree | f000b0f42c26057da8b86c3cde1a2f1adc887928 /meta-agl-bsp/meta-core/recipes-kernel | |
parent | 0e46641fff1e0c17db769eb7c7204a9e0b495ae4 (diff) |
SPEC-3976: qemuarm: remove CONFIG_ARM_LPAE
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>
Diffstat (limited to 'meta-agl-bsp/meta-core/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg index e71c714d6..b3644b26f 100644 --- a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg +++ b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg @@ -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 |