- Fix race condition in option_table.h generation by moving the include
[coreboot.git] / src / northbridge / amd / amdk8 / raminit.c
index efb77383062d971ed57660f7da2e47e2b11c632a..a48a835185d25335277b2f6fc561bbb8a7705724 100644 (file)
@@ -10,6 +10,9 @@
 #include <reset.h>
 #include "raminit.h"
 #include "amdk8.h"
+#if CONFIG_HAVE_OPTION_TABLE
+#include "option_table.h"
+#endif
 
 #if (CONFIG_RAMTOP & (CONFIG_RAMTOP -1)) != 0
 # error "CONFIG_RAMTOP must be a power of 2"