Kever,

> On 28.03.2019, at 02:17, Kever Yang <[email protected]> wrote:

You are missing a commit message on this one.  Please revise and resubmit, 
thanks.
These cleanups are much appreciated, though.

> Signed-off-by: Kever Yang <[email protected]>
> ---
> 
> arch/arm/include/asm/arch-rockchip/hardware.h | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-rockchip/hardware.h 
> b/arch/arm/include/asm/arch-rockchip/hardware.h
> index cd94bdd1ba..62e8bed8f3 100644
> --- a/arch/arm/include/asm/arch-rockchip/hardware.h
> +++ b/arch/arm/include/asm/arch-rockchip/hardware.h
> @@ -10,8 +10,6 @@
> #define RK_SETBITS(set)                       RK_CLRSETBITS(0, set)
> #define RK_CLRBITS(clr)                       RK_CLRSETBITS(clr, 0)
> 
> -#define TIMER7_BASE          0xff810020
> -
> #define rk_clrsetreg(addr, clr, set)  \
>                               writel(((clr) | (set)) << 16 | (set), addr)
> #define rk_clrreg(addr, clr)          writel((clr) << 16, addr)
> -- 
> 2.20.1
> 

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to