xiaomi-elish: remove reference to steev

This commit is contained in:
Ricardo Pardini 2023-10-24 16:10:28 +02:00 committed by Jianfeng Liu
parent e436bf9e1d
commit 183bde080b

View File

@ -10,7 +10,7 @@ declare -g IMAGE_PARTITION_TABLE="gpt"
declare -g -a ABL_DTB_LIST=("sm8250-xiaomi-elish-boe" "sm8250-xiaomi-elish-csot")
function post_family_config_branch_sm8250__pmos_kernel() {
display_alert "Setting up steev's kernel for" "${BOARD}" "warn"
display_alert "Setting up kernel for" "${BOARD}" "info"
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
declare -g KERNELBRANCH='branch:linux-6.5.y'
}