From 66fe0c43be7d886bec8c8aef55c406a53e65642e Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Tue, 23 May 2017 18:17:14 +0530 Subject: soc/intel/apollolake: Use CPU common library code This patch makes SOC files to use common/block/cpu/cpulib.c file's helper functions. Change-Id: I529c67cf20253cf819d1c13849300788104b083c Signed-off-by: Barnali Sarkar Reviewed-on: https://review.coreboot.org/19827 Reviewed-by: Aaron Durbin Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/car.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/apollolake/car.c') diff --git a/src/soc/intel/apollolake/car.c b/src/soc/intel/apollolake/car.c index 2d2f7a0721..f46e0f89ec 100644 --- a/src/soc/intel/apollolake/car.c +++ b/src/soc/intel/apollolake/car.c @@ -17,8 +17,9 @@ #include #include +#include +#include #include -#include /* * This file supports the necessary hoops one needs to jump through since -- cgit v1.2.3