]> Git Repo - J-u-boot.git/blobdiff - cmd/led.c
Merge patch series "Cumulative fixes and updates for MediaTek ethernet driver"
[J-u-boot.git] / cmd / led.c
index 2f786f34c67065c604916a252925227ea8f57f3a..91fb856ee5989c43e6dfb866168b0487ebc3b919 100644 (file)
--- a/cmd/led.c
+++ b/cmd/led.c
@@ -118,7 +118,7 @@ int do_led(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
        return 0;
 }
 
-#ifdef CONFIG_LED_BLINK
+#if defined(CONFIG_LED_BLINK) || defined(CONFIG_LED_SW_BLINK)
 #define BLINK "|blink [blink-freq in ms]"
 #else
 #define BLINK ""
This page took 0.023419 seconds and 4 git commands to generate.