diff options
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/beltino/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/slippy/romstage.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/romstage.c b/src/mainboard/google/beltino/romstage.c index b0468f55d5..cb719c3037 100644 --- a/src/mainboard/google/beltino/romstage.c +++ b/src/mainboard/google/beltino/romstage.c @@ -19,6 +19,7 @@ #include <stdlib.h> #include <string.h> #include <console/console.h> +#include <cpu/intel/romstage.h> #include <cpu/intel/haswell/haswell.h> #include <northbridge/intel/haswell/haswell.h> #include <northbridge/intel/haswell/raminit.h> diff --git a/src/mainboard/google/slippy/romstage.c b/src/mainboard/google/slippy/romstage.c index 82931fc545..ec5d5ea138 100644 --- a/src/mainboard/google/slippy/romstage.c +++ b/src/mainboard/google/slippy/romstage.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -#include <cpu/intel/haswell/haswell.h> +#include <cpu/intel/romstage.h> #include "variant.h" |