diff options
-rw-r--r-- | u-boot/board/goldelico/gta04/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |