Skip to content

Commit

Permalink
linux-iot2050: Disable 64K pages
Browse files Browse the repository at this point in the history
Breaks at least chromium in various ways, partly because of missing
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b212921b13bda088a004328457c5c21458262fe2
in 4.19, but it also crashes later when applying that. There are also
other problems to expect for this rather exotic feature, so better drop
it.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed May 22, 2020
1 parent 63bf9a7 commit fb1d726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes-kernel/linux/files/iot2050_defconfig_base
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ CONFIG_PCI_EPF_TEST=y
# CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set
# CONFIG_HISILICON_ERRATUM_161600802 is not set
# CONFIG_QCOM_FALKOR_ERRATUM_E1041 is not set
CONFIG_ARM64_64K_PAGES=y
CONFIG_ARM64_VA_BITS_48=y
CONFIG_SCHED_MC=y
CONFIG_SECCOMP=y
Expand Down

0 comments on commit fb1d726

Please sign in to comment.