diff mbox

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

Message ID 20160918155858.GH8156@bill-the-cat
State Not Applicable
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Sept. 18, 2016, 3:58 p.m. UTC
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@chromium.org>

After adding in:


Applied to u-boot/master, thanks!
diff mbox

Patch

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