[U-Boot] [U-Boot, v3, 12/45] spear: Use upper case for CONFIG options

Tom Rini trini at konsulko.com
Sun Sep 18 17:58:58 CEST 2016


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 <sjg at chromium.org>

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: <http://lists.denx.de/pipermail/u-boot/attachments/20160918/eef04da2/attachment.sig>


More information about the U-Boot mailing list