From 353901b10df4be483a42935233dc541878e3dd80 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sat, 1 Sep 2012 18:27:45 +0200 Subject: fixed #if bug --- u-boot/board/goldelico/gta04/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/board/goldelico/gta04/status.c b/u-boot/board/goldelico/gta04/status.c index a4c3c8a..f91abb3 100644 --- a/u-boot/board/goldelico/gta04/status.c +++ b/u-boot/board/goldelico/gta04/status.c @@ -44,7 +44,7 @@ // FIXME: other expander variants? -#else defined(CONFIG_OMAP3_BEAGLE) +#elif defined(CONFIG_OMAP3_BEAGLE) static int hasTCA6507=0; -- cgit v1.1