diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-13 15:18:18 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-14 07:23:18 +0000 |
commit | 2a7fbea3f14cae2119816c5a28c455f45c75650f (patch) | |
tree | a94df99f01d2609f0657206400822d1275112048 /src/mainboard/kontron/kt690 | |
parent | d1c1a382f33018348011a5d7b08e42d70b483f6d (diff) |
K8: Fix indirect includes
Change-Id: I370285aa52776170a32b6dd36c0eef74eea9400c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/20562
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron/kt690')
-rw-r--r-- | src/mainboard/kontron/kt690/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/kontron/kt690/romstage.c b/src/mainboard/kontron/kt690/romstage.c index 8470ae1cfa..d2f6299eb7 100644 --- a/src/mainboard/kontron/kt690/romstage.c +++ b/src/mainboard/kontron/kt690/romstage.c @@ -31,6 +31,7 @@ #include <superio/winbond/common/winbond.h> #include <superio/winbond/w83627dhg/w83627dhg.h> #include <cpu/amd/mtrr.h> +#include <cpu/amd/car.h> #include <cpu/x86/bist.h> #include "northbridge/amd/amdk8/setup_resource_map.c" #include "southbridge/amd/rs690/early_setup.c" |