Skip to content

Commit

Permalink
display_menu: Make EL2 unavailable yellow now
Browse files Browse the repository at this point in the history
I guess everyone should be able to use it now.
  • Loading branch information
stephan-gh committed Jun 11, 2021
1 parent daf2e96 commit b5c2c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/msm_shared/display_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void display_fastboot_menu_print_fw_info(char *msg, size_t msg_size)

snprintf(msg, msg_size, "EL2 - %s\n",
hvc_el2 ? "available" : "unavailable");
display_fbcon_menu_message(msg, hvc_el2 ? FBCON_GREEN_MSG : FBCON_COMMON_MSG,
display_fbcon_menu_message(msg, hvc_el2 ? FBCON_GREEN_MSG : FBCON_YELLOW_MSG,
common_factor);

if (psci_version != PSCI_RET_NOT_SUPPORTED) {
Expand Down

0 comments on commit b5c2c3f

Please sign in to comment.