
22 Oct
2015
22 Oct
'15
4:07 p.m.
On 20 October 2015 at 20:37, Lin Huang hl@rock-chips.com wrote:
now the timer init function implement in board-spl.c, but it may not use SPL in other board or other rockchip SOC, so implement timer init in common.c, we can call it if we need.
Signed-off-by: Lin Huang hl@rock-chips.com
Changes in v1: None
arch/arm/include/asm/arch-rockchip/hardware.h | 2 +- arch/arm/include/asm/arch-rockchip/timer.h | 18 ++++++++++++++++++ arch/arm/mach-rockchip/board.c | 8 +++++++- arch/arm/mach-rockchip/common.c | 11 +++++++++++ include/configs/rk3288_common.h | 3 ++- 5 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 arch/arm/include/asm/arch-rockchip/timer.h
Acked-by: Simon Glass sjg@chromium.org