Re: [U-Boot] [PATCH 08/10] ZOOM2 Add led support.

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
> +#include > +#endif > #include > #include > #include > @@ -78,7 +81,6 @@ int board_init (void) > #if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT) > status_led_set (STATUS_LED_BOOT, STATUS_LED_ON); > #endif > - > return 0; > } > > diff --git a/include/configs/omap

[U-Boot] [PATCH 08/10] ZOOM2 Add led support.

2009-04-14 Thread Tom Rix
This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix --- board/omap3/zoom2/Makefile|8 ++- board/omap3/zoom2/led.c | 125 + board/omap3/zoom2/zoom2.c |4 +- include/configs/omap3_zoom2.h | 16 +