[U-Boot] [PATCH] sniper: Drop references to P970

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(-)
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 *

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

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!
participants (2)
-
Paul Kocialkowski
-
Tom Rini