Gabe Black (gabeblack@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3095
-gerrit
commit b4dc6ea7fff7ef73d5b261a232fb6c7d8715fc87 Author: Gabe Black gabeblack@chromium.org Date: Mon Apr 15 19:45:10 2013 -0700
snow: Fix the name of some constants in romstage.c.
These names were inherited from chromeos.c where they've already been fixed.
Change-Id: I7ad57b979b7b8f42f6bd68d1ecf887caba3fa3f1 Signed-off-by: Gabe Black gabeblack@chromium.org --- src/mainboard/google/snow/romstage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/google/snow/romstage.c b/src/mainboard/google/snow/romstage.c index dda4e7c..73c0595 100644 --- a/src/mainboard/google/snow/romstage.c +++ b/src/mainboard/google/snow/romstage.c @@ -127,8 +127,8 @@ static void chromeos_gpios(void)
enum { WP_GPIO = 6, - FORCE_RECOVERY_MODE = 0, - LID_OPEN = 5 + RECMODE_GPIO = 0, + LID_GPIO = 5 };
gpio_pt1 = (struct exynos5_gpio_part1 *)EXYNOS5_GPIO_PART1_BASE;