summaryrefslogtreecommitdiff
path: root/board/Seagate/goflexhome/goflexhome.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Seagate/goflexhome/goflexhome.c')
-rw-r--r--board/Seagate/goflexhome/goflexhome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c
index 4c19fa7195..af8cab7bdc 100644
--- a/board/Seagate/goflexhome/goflexhome.c
+++ b/board/Seagate/goflexhome/goflexhome.c
@@ -142,6 +142,7 @@ void reset_phy(void)
}
#endif /* CONFIG_RESET_PHY_R */
+#if CONFIG_IS_ENABLED(BOOTSTAGE)
#define GREEN_LED (1 << 14)
#define ORANGE_LED (1 << 15)
#define BOTH_LEDS (GREEN_LED | ORANGE_LED)
@@ -175,3 +176,4 @@ void show_boot_progress(int val)
break;
}
}
+#endif