From 65bb5434f6eb9e1f0f72a52958193b38057cfad7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 3 Jul 2018 14:59:50 +0200 Subject: src: Get rid of non-local header treated as local Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27331 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/car/post_cache_as_ram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/amd/car') diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c index a96811365a..75a0aba1e7 100644 --- a/src/cpu/amd/car/post_cache_as_ram.c +++ b/src/cpu/amd/car/post_cache_as_ram.c @@ -31,7 +31,7 @@ #include "cpu/amd/car/disable_cache_as_ram.c" // For set_sysinfo_in_ram() -#include "northbridge/amd/amdfam10/raminit.h" +#include #if CONFIG_RAMTOP <= 0x100000 #error "You need to set CONFIG_RAMTOP greater than 1M" -- cgit v1.2.3