diff mbox

[U-Boot] sniper: Drop references to P970

Message ID 1454860250-26611-1-git-send-email-contact@paulk.fr
State Accepted
Commit 39af3d8a0db0aab3f78ae5576f0f5c668505a667
Delegated to: Tom Rini
Headers show

Commit Message

Paul Kocialkowski Feb. 7, 2016, 3:50 p.m. UTC
There are various different boards with the same hardware sold as LG Optimus
Black, such as P970, P970g and KU5900. Since this port is functional for all
variants, it doesn't make sense to keep references to P970.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 board/lge/sniper/Makefile | 2 +-
 board/lge/sniper/sniper.c | 2 +-
 board/lge/sniper/sniper.h | 2 +-
 include/configs/sniper.h  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Tom Rini Feb. 7, 2016, 5:08 p.m. UTC | #1
On Sun, Feb 07, 2016 at 04:50:50PM +0100, Paul Kocialkowski wrote:

> There are various different boards with the same hardware sold as LG Optimus
> Black, such as P970, P970g and KU5900. Since this port is functional for all
> variants, it doesn't make sense to keep references to P970.
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Feb. 8, 2016, 8:51 p.m. UTC | #2
On Sun, Feb 07, 2016 at 04:50:50PM +0100, Paul Kocialkowski wrote:

> There are various different boards with the same hardware sold as LG Optimus
> Black, such as P970, P970g and KU5900. Since this port is functional for all
> variants, it doesn't make sense to keep references to P970.
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/board/lge/sniper/Makefile b/board/lge/sniper/Makefile
index 2d216fc..f32a481 100644
--- a/board/lge/sniper/Makefile
+++ b/board/lge/sniper/Makefile
@@ -1,5 +1,5 @@ 
 #
-# LG Optimus Black (P970) codename sniper board
+# LG Optimus Black codename sniper board
 #
 # Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr>
 #
diff --git a/board/lge/sniper/sniper.c b/board/lge/sniper/sniper.c
index c818c9d..d0e7d66 100644
--- a/board/lge/sniper/sniper.c
+++ b/board/lge/sniper/sniper.c
@@ -1,5 +1,5 @@ 
 /*
- * LG Optimus Black (P970) codename sniper board
+ * LG Optimus Black codename sniper board
  *
  * Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr>
  *
diff --git a/board/lge/sniper/sniper.h b/board/lge/sniper/sniper.h
index e5d0774..01ab301 100644
--- a/board/lge/sniper/sniper.h
+++ b/board/lge/sniper/sniper.h
@@ -1,5 +1,5 @@ 
 /*
- * LG Optimus Black (P970) codename sniper board
+ * LG Optimus Black codename sniper board
  *
  * Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr>
  *
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index a995415..4152ecd 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -1,5 +1,5 @@ 
 /*
- * LG Optimus Black (P970) codename sniper config
+ * LG Optimus Black codename sniper config
  *
  * Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr>
  *