X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fcorscience%2Ftricorder%2Ftricorder.c;h=e8260c63a08c2d5485f54cab6973e6d0bf94461d;hb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;hp=0fddf4551e7c64329bae1a45f38a9eb0f8c0e31e;hpb=d51aae64236878b72283bd135df716e30f7f5ded;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/corscience/tricorder/tricorder.c b/board/corscience/tricorder/tricorder.c index 0fddf45..e8260c6 100644 --- a/board/corscience/tricorder/tricorder.c +++ b/board/corscience/tricorder/tricorder.c @@ -120,11 +120,11 @@ int misc_init_r(void) print_hwversion(&eeprom); twl4030_power_init(); - status_led_set(0, STATUS_LED_ON); - status_led_set(1, STATUS_LED_ON); - status_led_set(2, STATUS_LED_ON); + status_led_set(0, CONFIG_LED_STATUS_ON); + status_led_set(1, CONFIG_LED_STATUS_ON); + status_led_set(2, CONFIG_LED_STATUS_ON); - dieid_num_r(); + omap_die_id_display(); return 0; }