
18 Sep
2016
18 Sep
'16
5:58 p.m.
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:
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