Ryan Salsamendi has uploaded this change for review.

View Change

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);

To view, visit change 20442. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716
Gerrit-Change-Number: 20442
Gerrit-PatchSet: 1
Gerrit-Owner: Ryan Salsamendi <rsalsamendi@hotmail.com>