From patchwork Sun Feb 7 15:50:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Kocialkowski X-Patchwork-Id: 580002 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E3935140B98 for ; Mon, 8 Feb 2016 03:00:41 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA28DA75C5; Sun, 7 Feb 2016 17:00:36 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OgiZw15YL9dA; Sun, 7 Feb 2016 17:00:36 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 52B39A75B6; Sun, 7 Feb 2016 17:00:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 89BC4A75B6 for ; Sun, 7 Feb 2016 17:00:33 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xu3L3rkYC6Bw for ; Sun, 7 Feb 2016 17:00:33 +0100 (CET) X-Greylist: delayed 570 seconds by postgrey-1.34 at theia; Sun, 07 Feb 2016 17:00:29 CET X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from gagarine.paulk.fr (gagarine.paulk.fr [109.190.93.129]) by theia.denx.de (Postfix) with ESMTPS id 4A28EA745C for ; Sun, 7 Feb 2016 17:00:29 +0100 (CET) Received: by gagarine.paulk.fr (Postfix, from userid 65534) id D3F0E20258; Sun, 7 Feb 2016 16:50:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on gagarine.paulk.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from armstrong.paulk.fr (armstrong.paulk.fr [82.233.88.171]) by gagarine.paulk.fr (Postfix) with ESMTPS id 42EEA1FF18; Sun, 7 Feb 2016 16:50:55 +0100 (CET) Received: from localhost.localdomain (aldrin [192.168.0.128]) by armstrong.paulk.fr (Postfix) with ESMTP id CF5A637628; Sun, 7 Feb 2016 16:50:51 +0100 (CET) From: Paul Kocialkowski To: u-boot@lists.denx.de Date: Sun, 7 Feb 2016 16:50:50 +0100 Message-Id: <1454860250-26611-1-git-send-email-contact@paulk.fr> X-Mailer: git-send-email 1.9.1 Cc: Tom Rini Subject: [U-Boot] [PATCH] sniper: Drop references to P970 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 Reviewed-by: Tom Rini --- 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 # 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 * 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 * 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 *