From 83c7e2fae447fb6804e22d0fa171bc4427372df6 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 12 Jun 2023 10:05:31 +0900 Subject: [PATCH] samsung: tizen_visionfive2: Change logevel from 4 to 7 Change loglevel from 4 to 7. Because Visionfive2 is developing now, it needs to check debug message. If it's more stable than now, it will be changed to 4 again. Change-Id: I8d94058d954e61273e8a1481b1b71f5d67459965 Signed-off-by: Jaehoon Chung --- include/samsung/tizen_visionfive2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/tizen_visionfive2.h b/include/samsung/tizen_visionfive2.h index 1541b5667f..572dfd5323 100644 --- a/include/samsung/tizen_visionfive2.h +++ b/include/samsung/tizen_visionfive2.h @@ -40,7 +40,7 @@ "bootdev=mmc\0" \ "tfm=setenv bootmode download; run bootcmd\0" \ "tizen_bootarg= \0" \ - "opts=loglevel=4\0" \ + "opts=loglevel=7\0" \ "reboot_param_clear=" CLEAR_REBOOT_PARAM "\0" \ "" -- 2.34.1