diff options
Diffstat (limited to 'src/mainboard/supermicro/x6dhr_ig2')
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x6dhr_ig2/romstage.c b/src/mainboard/supermicro/x6dhr_ig2/romstage.c index 0f2a644ba2..868fbdc929 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/romstage.c +++ b/src/mainboard/supermicro/x6dhr_ig2/romstage.c @@ -45,6 +45,7 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "lib/generic_sdram.c" #include "arch/x86/lib/stages.c" +#include <cpu/intel/car.h> static void main(unsigned long bist) { static const struct mem_controller mch[] = { |