status_led: Kconfig migration
[oweals/u-boot.git] / include / configs / omap3_beagle.h
index 9850aa6c059a99d08c229199c26343516db8d8cb..c69b32531cc50963eb01fa3fd1ab23262d86aaaf 100644 (file)
 #define CONFIG_ENV_OVERWRITE
 
 /* Status LED */
-#define CONFIG_STATUS_LED              1
-#define CONFIG_BOARD_SPECIFIC_LED      1
-#define STATUS_LED_BIT                 0x01
-#define STATUS_LED_STATE               STATUS_LED_ON
-#define STATUS_LED_PERIOD              (CONFIG_SYS_HZ / 2)
-#define STATUS_LED_BIT1                        0x02
-#define STATUS_LED_STATE1              STATUS_LED_ON
-#define STATUS_LED_PERIOD1             (CONFIG_SYS_HZ / 2)
-#define STATUS_LED_BOOT                        STATUS_LED_BIT
-#define STATUS_LED_GREEN               STATUS_LED_BIT1
 
 /* Enable Multi Bus support for I2C */
 #define CONFIG_I2C_MULTI_BUS           1
@@ -88,7 +78,6 @@
                                        "4m(kernel),-(fs)"
 
 #define CONFIG_CMD_NAND                /* NAND support                 */
-#define CONFIG_CMD_LED         /* LED support                  */
 
 #define CONFIG_VIDEO_OMAP3     /* DSS Support                  */