diff options
author | Heiko Schocher <hs@denx.de> | 2015-09-07 13:43:52 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:15:32 -0400 |
commit | 92a3188d7d836779915e3a6f9251fa07b9c753e4 (patch) | |
tree | 38057fbc4a6d77ffabdbc48bc863293f2e89e22d /arch/arm/mach-davinci | |
parent | 9d2f6a9ae70d06e4cead539e57f264c980643f53 (diff) | |
download | u-boot-imx-92a3188d7d836779915e3a6f9251fa07b9c753e4.zip u-boot-imx-92a3188d7d836779915e3a6f9251fa07b9c753e4.tar.gz u-boot-imx-92a3188d7d836779915e3a6f9251fa07b9c753e4.tar.bz2 |
bitops: introduce BIT() definition
introduce BIT() definition, used in at91_udc gadget
driver.
Signed-off-by: Heiko Schocher <hs@denx.de>
[remove all other occurrences of BIT(x) definition]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/cpu.c b/arch/arm/mach-davinci/cpu.c index ff61147..74c3d5d 100644 --- a/arch/arm/mach-davinci/cpu.c +++ b/arch/arm/mach-davinci/cpu.c @@ -28,8 +28,6 @@ DECLARE_GLOBAL_DATA_PTR; #define PLLC_PLLDIV8 0x170 #define PLLC_PLLDIV9 0x174 -#define BIT(x) (1 << (x)) - /* SOC-specific pll info */ #ifdef CONFIG_SOC_DM355 #define ARM_PLLDIV PLLC_PLLDIV1 |