From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sun, 18 Sep 2016 11:58:58 -0400 Subject: [U-Boot] [U-Boot, v3, 12/45] spear: Use upper case for CONFIG options In-Reply-To: <1473743943-15003-13-git-send-email-sjg@chromium.org> References: <1473743943-15003-13-git-send-email-sjg@chromium.org> Message-ID: <20160918155858.GH8156@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Sep 12, 2016 at 11:18:30PM -0600, Simon Glass wrote: > There are a few options which use lower case. We should use upper case for > all CONFIG options. > > Signed-off-by: Simon Glass After adding in: diff --git a/include/configs/spear3xx_evb.h b/include/configs/spear3xx_evb.h index 5ceaadc45e24..dd73a4d1bd97 100644 --- a/include/configs/spear3xx_evb.h +++ b/include/configs/spear3xx_evb.h @@ -20,11 +20,11 @@ #define CONFIG_SPEAR3XX #endif -#if defined(CONFIG_usbtty) +#if defined(CONFIG_USBTTY) #define CONFIG_SPEAR_USBTTY #endif -#if defined(CONFIG_nand) +#if defined(CONFIG_NAND) #define CONFIG_ENV_IS_IN_NAND #else #define CONFIG_ENV_IS_IN_FLASH Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: