diff mbox

[Linaro-uefi,09/27] Hisilicon/HwMemInitLib.h: fix typo for phyDqsFallRiseDelay

Message ID 1478785950-24197-10-git-send-email-heyi.guo@linaro.org
State New
Headers show

Commit Message

gary guo Nov. 10, 2016, 1:52 p.m. UTC
phyDqsFallRiseDelay was spelt as phyDqs*Fail*RiseDelay; just fix the
typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
---
 Chips/Hisilicon/Include/Library/HwMemInitLib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leif Lindholm Nov. 10, 2016, 4:16 p.m. UTC | #1
On Thu, Nov 10, 2016 at 09:52:13PM +0800, Heyi Guo wrote:
> phyDqsFallRiseDelay was spelt as phyDqs*Fail*RiseDelay; just fix the
> typo.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
> ---
>  Chips/Hisilicon/Include/Library/HwMemInitLib.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Chips/Hisilicon/Include/Library/HwMemInitLib.h b/Chips/Hisilicon/Include/Library/HwMemInitLib.h
> index f424ae9..8968b21 100644
> --- a/Chips/Hisilicon/Include/Library/HwMemInitLib.h
> +++ b/Chips/Hisilicon/Include/Library/HwMemInitLib.h
> @@ -228,7 +228,7 @@ typedef struct _DDR_Channel{
>      UINT8       per_cs_training_en;
>      UINT32      phyRdDataEnIeDly;
>      UINT32      phyPadCalConfig;
> -    UINT32      phyDqsFailRiseDelay;
> +    UINT32      phyDqsFallRiseDelay;
>      UINT32      ddrcCfgDfiLat0;
>      UINT32      ddrcCfgDfiLat1;
>      UINT32      parityLatency;

Like last time around, I am happy with the correction in itself.
But on rp-16.12-12-d05, I still get:

OpenPlatformPkg$ grep -r phyDqsFailRiseDelay *
Binary file Chips/Hisilicon/Binary/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib matches
Binary file Chips/Hisilicon/Binary/Hi1610/Library/PlatformSysCtrlLibHi1610/PlatformSysCtrlLibHi1610.lib matches
Binary file Platforms/Hisilicon/Binary/D02/MemoryInitPei/MemoryInit.efi matches
Binary file Platforms/Hisilicon/Binary/D03/MemoryInitPei/MemoryInit.efi matches

Can you rebuild these please?

Regards,

Leif
diff mbox

Patch

diff --git a/Chips/Hisilicon/Include/Library/HwMemInitLib.h b/Chips/Hisilicon/Include/Library/HwMemInitLib.h
index f424ae9..8968b21 100644
--- a/Chips/Hisilicon/Include/Library/HwMemInitLib.h
+++ b/Chips/Hisilicon/Include/Library/HwMemInitLib.h
@@ -228,7 +228,7 @@  typedef struct _DDR_Channel{
     UINT8       per_cs_training_en;
     UINT32      phyRdDataEnIeDly;
     UINT32      phyPadCalConfig;
-    UINT32      phyDqsFailRiseDelay;
+    UINT32      phyDqsFallRiseDelay;
     UINT32      ddrcCfgDfiLat0;
     UINT32      ddrcCfgDfiLat1;
     UINT32      parityLatency;