diff mbox series

[U-Boot,1/5] sunxi: Fix typos of spelling Allwinner

Message ID 5a7d591bf9fb9015ed6c9f984721abfd4540291b.1540314698.git-series.plaes@plaes.org
State Accepted
Commit 297963f5b5dd510e1070e97ab3a3b6363a7d931e
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series sunxi: doc: Add fastboot example + misc cleanups | expand

Commit Message

Priit Laes Oct. 23, 2018, 5:20 p.m. UTC
Signed-off-by: Priit Laes <plaes@plaes.org>
---
 arch/arm/mach-sunxi/dram_sun4i.c | 2 +-
 arch/arm/mach-sunxi/p2wi.c       | 2 +-
 board/sunxi/README.sunxi64       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Maxime Ripard Oct. 24, 2018, 4:20 p.m. UTC | #1
On Tue, Oct 23, 2018 at 08:20:28PM +0300, Priit Laes wrote:
> Signed-off-by: Priit Laes <plaes@plaes.org>

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

Thanks!
Maxime
Jagan Teki Oct. 24, 2018, 4:33 p.m. UTC | #2
On Tue, Oct 23, 2018 at 10:51 PM Priit Laes <plaes@plaes.org> wrote:
>
> Signed-off-by: Priit Laes <plaes@plaes.org>
> ---

Applied to u-boot-sunxi/master
diff mbox series

Patch

diff --git a/arch/arm/mach-sunxi/dram_sun4i.c b/arch/arm/mach-sunxi/dram_sun4i.c
index 8562302..396c042 100644
--- a/arch/arm/mach-sunxi/dram_sun4i.c
+++ b/arch/arm/mach-sunxi/dram_sun4i.c
@@ -5,7 +5,7 @@ 
  * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
  *
  * Based on sun4i Linux kernel sources mach-sunxi/pm/standby/dram*.c
- * and earlier U-Boot Allwiner A10 SPL work
+ * and earlier U-Boot Allwinner A10 SPL work
  *
  * (C) Copyright 2007-2012
  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
diff --git a/arch/arm/mach-sunxi/p2wi.c b/arch/arm/mach-sunxi/p2wi.c
index 82ad254..e84e1d8 100644
--- a/arch/arm/mach-sunxi/p2wi.c
+++ b/arch/arm/mach-sunxi/p2wi.c
@@ -5,7 +5,7 @@ 
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  * http://linux-sunxi.org
  *
- * Based on sun6i sources and earlier U-Boot Allwiner A10 SPL work
+ * Based on sun6i sources and earlier U-Boot Allwinner A10 SPL work
  *
  * (C) Copyright 2006-2013
  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
diff --git a/board/sunxi/README.sunxi64 b/board/sunxi/README.sunxi64
index df1dbc8..bba2e01 100644
--- a/board/sunxi/README.sunxi64
+++ b/board/sunxi/README.sunxi64
@@ -130,7 +130,7 @@  U-Boot prompt on the serial console.
 
 (Legacy) boot0 method
 ---------------------
-boot0 is Allwiner's secondary program loader and it can be used as some kind
+boot0 is Allwinner's secondary program loader and it can be used as some kind
 of SPL replacement to get U-Boot up and running from an microSD card.
 For some time using boot0 was the only option to get the Pine64 booted.
 With working DRAM init code in U-Boot's SPL this is no longer necessary,