diff options
Diffstat (limited to 'src/mainboard/olpc/btest')
-rw-r--r-- | src/mainboard/olpc/btest/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/olpc/btest/romstage.c b/src/mainboard/olpc/btest/romstage.c index a6d675fadd..7f8779f720 100644 --- a/src/mainboard/olpc/btest/romstage.c +++ b/src/mainboard/olpc/btest/romstage.c @@ -9,6 +9,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include <cpu/amd/gx2def.h> +#include <cpu/amd/geode_post_code.h> #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) |