]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/corscience/tricorder/tricorder.c
tricorder: add led support
[karo-tx-uboot.git] / board / corscience / tricorder / tricorder.c
index b8129168b9fa7641203a757105f979e5bed96745..fb5d0364818e6fddf7f75d692ee4d4759a319a1e 100644 (file)
@@ -118,9 +118,9 @@ int misc_init_r(void)
        print_hwversion(&eeprom);
 
        twl4030_power_init();
        print_hwversion(&eeprom);
 
        twl4030_power_init();
-#ifdef CONFIG_TWL4030_LED
-       twl4030_led_init(TWL4030_LED_LEDEN_LEDAON | TWL4030_LED_LEDEN_LEDBON);
-#endif
+       status_led_set(0, STATUS_LED_ON);
+       status_led_set(1, STATUS_LED_ON);
+       status_led_set(2, STATUS_LED_ON);
 
        dieid_num_r();
 
 
        dieid_num_r();