Ryan Salsamendi has uploaded this change for review. ( https://review.coreboot.org/20442
Change subject: mainboard/google/slippy: Fix misspelled ifdef guard. ......................................................................
mainboard/google/slippy: Fix misspelled ifdef guard.
Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716 Signed-off-by: Ryan Salsamendi rsalsamendi@hotmail.com --- M src/mainboard/google/slippy/variant.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/20442/1
diff --git a/src/mainboard/google/slippy/variant.h b/src/mainboard/google/slippy/variant.h index fe8b5e1..eec024e 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);