diff options
author | Ryan Salsamendi <rsalsamendi@hotmail.com> | 2017-06-30 16:57:30 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-02 18:54:30 +0000 |
commit | 0c731b512a6adf3aa9ecee5e89b6514e75ed6653 (patch) | |
tree | c3502945aa181d79ca0fad5538166343e56b32c6 | |
parent | ab85e2b8166649954e3e861561fba17631c986e9 (diff) |
mainboard/google/slippy: Fix misspelled ifdef guard
Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716
Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com>
Reviewed-on: https://review.coreboot.org/20442
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/mainboard/google/slippy/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/variant.h b/src/mainboard/google/slippy/variant.h index fe8b5e15a5..eec024ed0e 100644 --- a/src/mainboard/google/slippy/variant.h +++ b/src/mainboard/google/slippy/variant.h @@ -14,7 +14,7 @@ */ #ifndef VARIANT_H -#define VARAINT_H +#define VARIANT_H void variant_romstage_entry(unsigned long bist); |