status_led: Kconfig migration
[oweals/u-boot.git] / board / samtec / vining_fpga / socfpga.c
index f3a92b5e645087c90f5defe2466112665a9df707..f888ecbbc19602601f2084f22d95dbaf510583fd 100644 (file)
@@ -21,8 +21,8 @@ int board_late_init(void)
        const unsigned int usb_nrst_gpio = 35;
        int ret;
 
-       status_led_set(1, STATUS_LED_ON);
-       status_led_set(2, STATUS_LED_ON);
+       status_led_set(1, CONFIG_LED_STATUS_ON);
+       status_led_set(2, CONFIG_LED_STATUS_ON);
 
        /* Address of boot parameters for ATAG (if ATAG is used) */
        gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;