diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:26:39 -0400 |
commit | 6ef2e75032cb289e191551546947abfe7abcac1f (patch) | |
tree | d4af7fdd7901b881842fb82b5871d2ef2663cb2a /configs/spear600_defconfig | |
parent | d3c1f467378259514e9e37f72808315adc16ede9 (diff) | |
download | u-boot-6ef2e75032cb289e191551546947abfe7abcac1f.tar.gz |
spear: Use upper case for CONFIG options
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>
[trini: Add usbtty/nand hunk to include/configs/spear3xx_evb.h]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/spear600_defconfig')
-rw-r--r-- | configs/spear600_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/spear600_defconfig b/configs/spear600_defconfig index 623800c1a9..9d2397852b 100644 --- a/configs/spear600_defconfig +++ b/configs/spear600_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR600=y -CONFIG_SYS_EXTRA_OPTIONS="spear600" +CONFIG_SYS_EXTRA_OPTIONS="SPEAR600" CONFIG_BOOTDELAY=1 CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n" |