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 /arch/arm/cpu/arm926ejs | |
parent | d3c1f467378259514e9e37f72808315adc16ede9 (diff) | |
download | u-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/arm/cpu/arm926ejs')
-rw-r--r-- | arch/arm/cpu/arm926ejs/spear/timer.c | 2 |
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, |