summaryrefslogtreecommitdiff
path: root/board/samtec/vining_fpga/socfpga.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/samtec/vining_fpga/socfpga.c')
-rw-r--r--board/samtec/vining_fpga/socfpga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/samtec/vining_fpga/socfpga.c b/board/samtec/vining_fpga/socfpga.c
index f3a92b5e64..f888ecbbc1 100644
--- a/board/samtec/vining_fpga/socfpga.c
+++ b/board/samtec/vining_fpga/socfpga.c
@@ -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;