summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-12 23:18:30 -0600
committerTom Rini <trini@konsulko.com>2016-09-16 17:26:39 -0400
commit6ef2e75032cb289e191551546947abfe7abcac1f (patch)
treed4af7fdd7901b881842fb82b5871d2ef2663cb2a /arch
parentd3c1f467378259514e9e37f72808315adc16ede9 (diff)
downloadu-boot-imx-6ef2e75032cb289e191551546947abfe7abcac1f.zip
u-boot-imx-6ef2e75032cb289e191551546947abfe7abcac1f.tar.gz
u-boot-imx-6ef2e75032cb289e191551546947abfe7abcac1f.tar.bz2
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 'arch')
-rw-r--r--arch/arm/cpu/arm926ejs/spear/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/spear/timer.c b/arch/arm/cpu/arm926ejs/spear/timer.c
index c88e962..89fd54f 100644
--- a/arch/arm/cpu/arm926ejs/spear/timer.c
+++ b/arch/arm/cpu/arm926ejs/spear/timer.c
@@ -37,7 +37,7 @@ int timer_init(void)
writel(MISC_PRSC_CFG, &misc_regs_p->prsc1_clk_cfg);
synth = MISC_GPT3SYNTH;
#else
-# error Incorrect config. Can only be spear{600|300|310|320}
+# error Incorrect config. Can only be SPEAR{600|300|310|320}
#endif
writel(readl(&misc_regs_p->periph_clk_cfg) | synth,