Skip to content

Commit

Permalink
FastbootMenu: Remove PRODUCT_ prefix of name and model
Browse files Browse the repository at this point in the history
Change-Id: Ieebe55018337f6863e107c269e9ac1be9b5c4dbd
  • Loading branch information
ArianK16a committed Sep 10, 2021
1 parent 5bae3bc commit 9483112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QcomModulePkg/Library/BootLib/FastbootMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ STATIC MENU_MSG_INFO mFastbootCommonMsgInfo[] = {
COMMON,
0,
NOACTION},
{{"PRODUCT_NAME - "},
{{"NAME - "},
COMMON_FACTOR,
BGR_WHITE,
BGR_BLACK,
COMMON,
0,
NOACTION},
{{"PRODUCT_MODEL - "},
{{"MODEL - "},
COMMON_FACTOR,
BGR_WHITE,
BGR_BLACK,
Expand Down

0 comments on commit 9483112

Please sign in to comment.