From 017287a6f79852b6fd26e527684ef0243ead639d Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Mon, 29 Dec 2014 16:52:59 -0700 Subject: ipq8064: make timer services available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make sure it is initialized at different stages. BUG=chrome-os-partner:27784 TEST=manual . not much at this point, just verified that it compiles Original-Change-Id: I343e7a6648e2ca935606cd76befd204aabd93726 Original-Signed-off-by: Vadim Bendebury Original-Reviewed-on: https://chromium-review.googlesource.com/196592 (cherry picked from commit aedc41924313e5c21aef97b036f5a0643d59082d) Signed-off-by: Marc Jones Change-Id: I4a90ae5ba6c9a561b7d5c938d18b6ea2b855855f Reviewed-on: http://review.coreboot.org/7981 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan Reviewed-by: Kyösti Mälkki --- src/soc/qualcomm/ipq806x/bootblock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/qualcomm/ipq806x/bootblock.c') diff --git a/src/soc/qualcomm/ipq806x/bootblock.c b/src/soc/qualcomm/ipq806x/bootblock.c index f526c97d3e..a079d42922 100644 --- a/src/soc/qualcomm/ipq806x/bootblock.c +++ b/src/soc/qualcomm/ipq806x/bootblock.c @@ -18,7 +18,9 @@ */ #include +#include void bootblock_soc_init(void) { + init_timer(); } -- cgit v1.2.3