From 183bde080bf7c380dc958739204a438308e8a460 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 24 Oct 2023 16:10:28 +0200 Subject: [PATCH] xiaomi-elish: remove reference to `steev` --- config/boards/xiaomi-elish.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/xiaomi-elish.conf b/config/boards/xiaomi-elish.conf index d9d450e647..67439d24bb 100755 --- a/config/boards/xiaomi-elish.conf +++ b/config/boards/xiaomi-elish.conf @@ -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' }