mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
MdeModulePkg/Sd: Fix typo when adding model name string
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=952 Cc: Anbazhagan Baraneedharan <anbazhagan@hp.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
d374f2cdf9
commit
e25a76785e
@ -627,7 +627,7 @@ DiscoverEmmcDevice (
|
|||||||
);
|
);
|
||||||
AddUnicodeString2 (
|
AddUnicodeString2 (
|
||||||
"en",
|
"en",
|
||||||
gEmmcDxeComponentName.SupportedLanguages,
|
gEmmcDxeComponentName2.SupportedLanguages,
|
||||||
&Device->ControllerNameTable,
|
&Device->ControllerNameTable,
|
||||||
Device->ModelName,
|
Device->ModelName,
|
||||||
FALSE
|
FALSE
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
It produces BlockIo and BlockIo2 protocols to allow upper layer
|
It produces BlockIo and BlockIo2 protocols to allow upper layer
|
||||||
access the SD memory card device.
|
access the SD memory card device.
|
||||||
|
|
||||||
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -373,7 +373,7 @@ DiscoverSdDevice (
|
|||||||
);
|
);
|
||||||
AddUnicodeString2 (
|
AddUnicodeString2 (
|
||||||
"en",
|
"en",
|
||||||
gSdDxeComponentName.SupportedLanguages,
|
gSdDxeComponentName2.SupportedLanguages,
|
||||||
&Device->ControllerNameTable,
|
&Device->ControllerNameTable,
|
||||||
Device->ModelName,
|
Device->ModelName,
|
||||||
FALSE
|
FALSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user