Odroid XU4: disable BTF as it crashes kernel load

https://docs.kernel.org/bpf/btf.html
This commit is contained in:
Igor Pecovnik 2025-02-12 10:05:56 +01:00 committed by Igor
parent 65faeba83e
commit 5115cdf47a
2 changed files with 2 additions and 1 deletions

View File

@ -1904,7 +1904,7 @@ CONFIG_FONT_TER16x32=y
CONFIG_PRINTK_TIME=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_INFO_DWARF5=y
CONFIG_DEBUG_INFO_BTF=y
CONFIG_DEBUG_INFO_BTF=n
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_FTRACE_SYSCALLS=y

View File

@ -23,6 +23,7 @@ case $BRANCH in
declare -g KERNEL_SKIP_MAKEFILE_VERSION="yes" # Armbian patches change the version here, so no use having it in the version string.
KERNELBRANCH='branch:odroid-6.6.y'
KERNELPATCHDIR='archive/odroidxu4-6.6'
KERNEL_BTF="no"
KERNEL_DRIVERS_SKIP+=(driver_rtl8811CU_rtl8821C) # rtl8821 is already shipped with hardkernel's source
;;