From 3eff00ec76f91f5dc9ddf39e2e6073f6053c94a1 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 19 Apr 2017 12:52:43 +0200 Subject: nb/amd/amdk8: Link reset_test.c This needs some extra headers in amdk8/raminit.c that were otherwise provided by that file. Change-Id: I80450e5eb32eb502b3d777c56790db90491fc995 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/19360 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/model_fxx/init_cpus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu') diff --git a/src/cpu/amd/model_fxx/init_cpus.c b/src/cpu/amd/model_fxx/init_cpus.c index 572ef999a5..035453e652 100644 --- a/src/cpu/amd/model_fxx/init_cpus.c +++ b/src/cpu/amd/model_fxx/init_cpus.c @@ -11,6 +11,8 @@ * GNU General Public License for more details. */ +#include +#include #include "cpu/amd/car/post_cache_as_ram.c" #if CONFIG_HAVE_OPTION_TABLE -- cgit v1.2.3