From patchwork Sun Mar 1 16:33:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 444831 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 DCC4B14010F for ; Mon, 2 Mar 2015 07:39:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5217F4B896; Sun, 1 Mar 2015 21:24:25 +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 c8-EqQx1Vwpx; Sun, 1 Mar 2015 21:24:24 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9199C4B7EA; Sun, 1 Mar 2015 21:24:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 93F684A020 for ; Sun, 1 Mar 2015 17:33:47 +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 5BrTaCUEZvcr for ; Sun, 1 Mar 2015 17:33:47 +0100 (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 mail-qg0-f74.google.com (mail-qg0-f74.google.com [209.85.192.74]) by theia.denx.de (Postfix) with ESMTPS id 3703F4A01F for ; Sun, 1 Mar 2015 17:33:44 +0100 (CET) Received: by mail-qg0-f74.google.com with SMTP id e89so40791qgf.1 for ; Sun, 01 Mar 2015 08:33:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=dgVxTYlva/YNYE5bIHUeWDjwyLP/9/bIQXBEuvqvU9g=; b=if0EynjNkXWs7eq0S3Aewb9yxNttMkXgfru9SW92G+nHMHXWtwouhS9JjD0gn5xccj dRGlyf3R0CMUbODBHi1kSxgg0G4jkPhlPG330JUjp6LenC7azlthsSV/ILpkm+HjBNX5 nhR8H/m/fCZ7Szuj6k1sdByofggLGG0TsLBfGrfE3toVpGb80gnFWLY+9BMWlFZjbMN3 ZTbIoXDUAe7gQ06XkPeaIcoOJTcgEA6C6L46IIyzY4y2aMjE2wnF6cNLb2/uVuoxUgK9 Sc5ogBh59x5NFZ3XTiecWyQZfo4gY4D/sUiw5/b/Afh4i/vk4q+PsR/yKDSXFPJiIwDv hQwA== X-Gm-Message-State: ALoCoQnmMR/kBZ3UwxUISa/3zW8hy1qpuXxNAeJoNcqcBrPUHHNQ40FiJOt6tzOOi1d69/oRzpHm X-Received: by 10.236.222.103 with SMTP id s97mr22444746yhp.19.1425227623207; Sun, 01 Mar 2015 08:33:43 -0800 (PST) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id k10si385423yho.2.2015.03.01.08.33.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Mar 2015 08:33:43 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id Pasei94W.1; Sun, 01 Mar 2015 08:33:43 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 84188220511; Sun, 1 Mar 2015 09:33:42 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Sun, 1 Mar 2015 09:33:27 -0700 Message-Id: <1425227620-6656-1-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c Subject: [U-Boot] [RFC PATCH 01/13] Use 'U-Boot' instead of 'U-boot' in CONFIG_BOOTP_VCI_STRING 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" This string seems wrong - U-Boot is normally written with a capital B. Signed-off-by: Simon Glass --- include/config_distro_defaults.h | 4 ++-- include/configs/ls2085a_common.h | 2 +- include/configs/vexpress_aemv8a.h | 2 +- include/configs/vexpress_ca15_tc2.h | 2 +- include/configs/vexpress_ca5x2.h | 2 +- include/configs/vexpress_ca9x4.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 1ecc0bb..faf564f 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -23,9 +23,9 @@ #if defined(__arm__) #define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 #if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7" #else -#define CONFIG_BOOTP_VCI_STRING "U-boot.arm" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.arm" #endif #endif diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 6fe032c..69de475 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -27,7 +27,7 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_IDENT_STRING " LS2085A-EMU" -#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.LS2085A-EMU" /* Flat Device Tree Definitions */ #define CONFIG_OF_LIBFDT diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 7fb28a5..d4ba4e9 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -38,7 +38,7 @@ #define CONFIG_SYS_ICACHE_OFF #define CONFIG_IDENT_STRING " vexpress_aemv8a" -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv8.vexpress_aemv8a" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv8.vexpress_aemv8a" /* Link Definitions */ #ifdef CONFIG_TARGET_VEXPRESS64_BASE_FVP diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h index b43afa2..3c9777f 100644 --- a/include/configs/vexpress_ca15_tc2.h +++ b/include/configs/vexpress_ca15_tc2.h @@ -13,7 +13,7 @@ #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP #include "vexpress_common.h" -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca15x2_tc2" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca15x2_tc2" #define CONFIG_SYSFLAGS_ADDR 0x1c010030 #define CONFIG_SMP_PEN_ADDR CONFIG_SYSFLAGS_ADDR diff --git a/include/configs/vexpress_ca5x2.h b/include/configs/vexpress_ca5x2.h index 7719d59..6c160a5 100644 --- a/include/configs/vexpress_ca5x2.h +++ b/include/configs/vexpress_ca5x2.h @@ -13,6 +13,6 @@ #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP #include "vexpress_common.h" -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca5x2" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca5x2" #endif /* __VEXPRESS_CA5X2_h */ diff --git a/include/configs/vexpress_ca9x4.h b/include/configs/vexpress_ca9x4.h index 38ac4ed..564521e 100644 --- a/include/configs/vexpress_ca9x4.h +++ b/include/configs/vexpress_ca9x4.h @@ -13,6 +13,6 @@ #define CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP #include "vexpress_common.h" -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca9x4" +#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca9x4" #endif /* VEXPRESS_CA9X4_H */