diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-08-27 03:16:48 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 21:05:35 +0300 |
commit | bab8d1e2280f039fbbb3039ec4750e54091b6113 (patch) | |
tree | 52d0faf44c994f1d628b52ccca1ebc2763c9dc0d /arch/arm/include/asm/arch-lpc32xx | |
parent | c12e0d9317cf9a86622a32c7060b62f3b0f151f2 (diff) | |
download | u-boot-bab8d1e2280f039fbbb3039ec4750e54091b6113.tar.xz |
lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition
Because there is an originally defined CLK_DMA_ENABLE macro in clk.h,
no reason to add another DMA_CLK_ENABLE macro with the same value.
Remove DMA_CLK_ENABLE, since it does not follow naming convention from
the code, this implies renaming of DMA_CLK_ENABLE to CLK_DMA_ENABLE in
lpc32xx/devices.c file.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Tested-by: Sylvain Lemieux <slemieux@tycoint.com>
Diffstat (limited to 'arch/arm/include/asm/arch-lpc32xx')
-rw-r--r-- | arch/arm/include/asm/arch-lpc32xx/clk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/clk.h b/arch/arm/include/asm/arch-lpc32xx/clk.h index d21310e194..303ff1cdb7 100644 --- a/arch/arm/include/asm/arch-lpc32xx/clk.h +++ b/arch/arm/include/asm/arch-lpc32xx/clk.h @@ -158,9 +158,6 @@ struct clk_pm_regs { #define CLK_NAND_SLC_SELECT (1 << 2) #define CLK_NAND_MLC_INT (1 << 5) -/* DMA Clock Control Register bits */ -#define DMA_CLK_ENABLE (1 << 0) - /* SSP Clock Control Register bits */ #define CLK_SSP0_ENABLE_CLOCK (1 << 0) |