diff options
author | Amit Virdi <amit.virdi@st.com> | 2012-05-07 13:07:01 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:42 +0200 |
commit | bc0bdf4c2296d02802ddfa76f349cbba3a869138 (patch) | |
tree | 46be8f9436a5d6af2b318a434c44f4835d685626 /arch/arm/include/asm/arch-spear/spr_gpt.h | |
parent | f28e5c946d6c88b1c8639896863c7ad7d8889bf4 (diff) | |
download | u-boot-imx-bc0bdf4c2296d02802ddfa76f349cbba3a869138.zip u-boot-imx-bc0bdf4c2296d02802ddfa76f349cbba3a869138.tar.gz u-boot-imx-bc0bdf4c2296d02802ddfa76f349cbba3a869138.tar.bz2 |
cleanup/SPEAr: Remove unnecessary parenthesis
In SPEAr configuration files, unnecessary paranthesis are used in some
\#defines. Remove them as they serve no purpose
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-spear/spr_gpt.h')
-rw-r--r-- | arch/arm/include/asm/arch-spear/spr_gpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-spear/spr_gpt.h b/arch/arm/include/asm/arch-spear/spr_gpt.h index 965b5ab..d95ba52 100644 --- a/arch/arm/include/asm/arch-spear/spr_gpt.h +++ b/arch/arm/include/asm/arch-spear/spr_gpt.h @@ -79,7 +79,7 @@ struct gpt_regs { #define GPT_FREE_RUNNING 0xFFFF /* Timer, HZ specific defines */ -#define CONFIG_SPEAR_HZ (1000) -#define CONFIG_SPEAR_HZ_CLOCK (8300000) +#define CONFIG_SPEAR_HZ 1000 +#define CONFIG_SPEAR_HZ_CLOCK 8300000 #endif |