aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-11-10 20:14:52 -0600
committerRonald G. Minnich <rminnich@gmail.com>2015-11-11 06:05:58 +0100
commit1b708656b2f347ab05bd89643322f86b7110a814 (patch)
tree03adba6c604e7fe581e5c890ca5ee247b957674c /src/southbridge/amd/sb700
parent86fc11d0c9b799f916d69ced72dc8a26a07591a2 (diff)
southbridge/amd/sb700: Fix build failure from merging patches out of order
Change-Id: Ib6d1be64691cf5a1c0b7464284fbae4e583f383e Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12402 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge/amd/sb700')
-rw-r--r--src/southbridge/amd/sb700/early_setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/early_setup.c b/src/southbridge/amd/sb700/early_setup.c
index 145215a15d..57fda78077 100644
--- a/src/southbridge/amd/sb700/early_setup.c
+++ b/src/southbridge/amd/sb700/early_setup.c
@@ -18,6 +18,7 @@
#define _SB700_EARLY_SETUP_C_
#include <stdint.h>
+#include <option.h>
#include <arch/acpi.h>
#include <arch/cpu.h>
#include <arch/io.h>