Re: [U-Boot] [PATCH v4 3/3] mx23_olinuxino: Add support for status LED

2013-01-28 Thread Otavio Salvador
On Mon, Jan 28, 2013 at 4:59 PM, Fabio Estevam wrote: > On Mon, Jan 28, 2013 at 1:51 PM, Otavio Salvador > wrote: > >> /* >> + * Status LED >> + */ >> +#defineCONFIG_STATUS_LED >> +#defineCONFIG_GPIO_LED >> +#defineCONFIG_BOARD_SPECIFIC_LED >> +#defineSTATUS_LED_B

Re: [U-Boot] [PATCH v4 3/3] mx23_olinuxino: Add support for status LED

2013-01-28 Thread Fabio Estevam
On Mon, Jan 28, 2013 at 1:51 PM, Otavio Salvador wrote: > /* > + * Status LED > + */ > +#defineCONFIG_STATUS_LED > +#defineCONFIG_GPIO_LED > +#defineCONFIG_BOARD_SPECIFIC_LED > +#defineSTATUS_LED_BOOT 0 > +#defineSTATUS_LED_BIT MX23_PAD_SSP1_DETECT__GPIO_

[U-Boot] [PATCH v4 3/3] mx23_olinuxino: Add support for status LED

2013-01-28 Thread Otavio Salvador
This allow user to know if the bootloader is running, even without a serial console. Signed-off-by: Otavio Salvador --- Changes in v4: - Use MUX PIN macro Changes in v3: - Added the MUX settings back (requested by Fabio) - Added name of the PIN in the board config file Changes in v2: - Remove M