From 51a0fe07d4a96fec9130569e43183d32e38abe1a Mon Sep 17 00:00:00 2001 From: "Lu, ShifeiX A" Date: Tue, 26 Sep 2017 13:21:24 +0800 Subject: Board Name. Show different board names for different boards. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex Reviewed-by: zwei4 --- .../BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe/BoardInitDxe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe') diff --git a/Platform/BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe/BoardInitDxe.c b/Platform/BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe/BoardInitDxe.c index 2248f10316..94c94a6e35 100644 --- a/Platform/BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe/BoardInitDxe.c +++ b/Platform/BroxtonPlatformPkg/Board/MinnowBoard3/BoardInitDxe/BoardInitDxe.c @@ -26,9 +26,9 @@ Mb3GetBoardName ( { STATIC CHAR16 BoardName[40]; - DEBUG ((EFI_D_INFO, "BoardInitDxe: GetBoardName - Minnow Board v3\n")); + DEBUG ((EFI_D_INFO, "BoardInitDxe: GetBoardName - MinnowBoard V3\n")); - UnicodeSPrint (BoardName, sizeof (BoardName), L"Minnow Board v3 (%02x)", BoardId); + UnicodeSPrint (BoardName, sizeof (BoardName), L"MinnowBoard V3 "); if (BoardId != (UINT8) BOARD_ID_MINNOW) { return NULL; -- cgit v1.2.3