We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a20b38 commit 394a01fCopy full SHA for 394a01f
1 file changed
bcu.c
@@ -3638,7 +3638,10 @@ static int enable_vt_mode()
3638
void notice_print(struct options_setting* setting, char* cmd)
3639
{
3640
if (strcmp(setting->board, "imx943evk19a0") == 0)
3641
- printf("\nPlease set SW7-1 as ON to ensure the proper functioning of the BCU!\n\n");
+ printf("\nPlease set SW7-1 as %sON%s to ensure the proper functioning of the BCU!\n\n", g_vt_red, g_vt_default);
3642
+
3643
+ if (strcmp(setting->board, "imx943evk19b1") == 0)
3644
+ printf("\nPlease set SW7-1 as %sOFF%s to ensure the proper functioning of the BCU!\n\n", g_vt_red, g_vt_default);
3645
3646
if (!strcmp(setting->board, "imx95evk19") &&
3647
!strcmp(cmd, "reset") &&
0 commit comments