[U-Boot] [PATCH 2/2] arm: exynos: remove the unused define.

Minkyu Kang mk7.kang at samsung.com
Thu Dec 5 02:44:04 CET 2013


On 03/12/13 14:00, Jaehoon Chung wrote:
> These defines didn't use anywhere.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/dwmmc.h |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-exynos/dwmmc.h b/arch/arm/include/asm/arch-exynos/dwmmc.h
> index d1c5d4f..09d739d 100644
> --- a/arch/arm/include/asm/arch-exynos/dwmmc.h
> +++ b/arch/arm/include/asm/arch-exynos/dwmmc.h
> @@ -6,10 +6,6 @@
>   */
>  
>  #define DWMCI_CLKSEL		0x09C
> -#define DWMCI_SHIFT_0		0x0
> -#define DWMCI_SHIFT_1		0x1
> -#define DWMCI_SHIFT_2		0x2
> -#define DWMCI_SHIFT_3		0x3
>  #define DWMCI_SET_SAMPLE_CLK(x)	(x)
>  #define DWMCI_SET_DRV_CLK(x)	((x) << 16)
>  #define DWMCI_SET_DIV_RATIO(x)	((x) << 24)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.


More information about the U-Boot mailing list