[PATCH u-boot v2019.04-aspeed-openbmc] aspeed: Fix typos in platform.h comments

Joel Stanley joel at jms.id.au
Wed May 11 12:56:09 AEST 2022


On Wed, 11 May 2022 at 02:53, Zev Weiss <zev at bewilderbeest.net> wrote:
>
> "function" had been missing an "n" in a few places.
>
> Signed-off-by: Zev Weiss <zev at bewilderbeest.net>
> ---
>
> As pointed out by Joel during review of the recent backdoor-disabling
> patch.

Thanks, applied.

>
>  arch/arm/include/asm/arch-aspeed/platform.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-aspeed/platform.h b/arch/arm/include/asm/arch-aspeed/platform.h
> index f05747642f38..ca270d4be118 100644
> --- a/arch/arm/include/asm/arch-aspeed/platform.h
> +++ b/arch/arm/include/asm/arch-aspeed/platform.h
> @@ -19,7 +19,7 @@
>  #define ASPEED_HW_STRAP1       0x1e6e2070
>  #define ASPEED_REVISION_ID     0x1e6e207C
>  #define ASPEED_SYS_RESET_CTRL  0x1e6e203C
> -#define ASPEED_VGA_HANDSHAKE0  0x1e6e2040      /*      VGA fuction handshake register */
> +#define ASPEED_VGA_HANDSHAKE0  0x1e6e2040      /*      VGA function handshake register */
>  #define ASPEED_PCIE_CONFIG_SET 0x1e6e2180
>  #define ASPEED_DRAM_BASE       0x40000000
>  #define ASPEED_SRAM_BASE       0x1E720000
> @@ -34,7 +34,7 @@
>  #define ASPEED_HW_STRAP2       0x1e6e20D0
>  #define ASPEED_REVISION_ID     0x1e6e207C
>  #define ASPEED_SYS_RESET_CTRL  0x1e6e203C
> -#define ASPEED_VGA_HANDSHAKE0  0x1e6e2040      /*      VGA fuction handshake register */
> +#define ASPEED_VGA_HANDSHAKE0  0x1e6e2040      /*      VGA function handshake register */
>  #define ASPEED_PCIE_CONFIG_SET 0x1e6e2180
>  #define ASPEED_MAC_COUNT       2
>  #define ASPEED_DRAM_BASE       0x80000000
> @@ -54,7 +54,7 @@
>  #define ASPEED_SYS_RESET_CTRL  0x1e6e2064
>  #define ASPEED_SYS_RESET_CTRL3 0x1e6e206c
>  #define ASPEED_GPIO_YZ_DATA    0x1e7801e0
> -#define ASPEED_VGA_HANDSHAKE0  0x1e6e2100      /*      VGA fuction handshake register */
> +#define ASPEED_VGA_HANDSHAKE0  0x1e6e2100      /*      VGA function handshake register */
>  #define ASPEED_SB_STS          0x1e6f2014
>  #define ASPEED_OTP_QSR         0x1e6f2040
>  #define ASPEED_MAC_COUNT       4
> --
> 2.35.3
>


More information about the openbmc mailing list