summaryrefslogtreecommitdiff
path: root/board/Seagate
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-10 11:40:00 -0600
committerTom Rini <trini@konsulko.com>2020-05-18 17:33:33 -0400
commit52f24238046ca28085f6de946d0358e5c7c7cbe8 (patch)
tree960e1e8fd0ab37ccb58817f4acc1dffb018801e8 /board/Seagate
parentb67eefdb6ec9467c41b1c0081f0823bbfff36b00 (diff)
common: Drop bootstage.h from common header
Move this fairly uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/Seagate')
-rw-r--r--board/Seagate/dockstar/dockstar.c1
-rw-r--r--board/Seagate/goflexhome/goflexhome.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
index 5a8c6e282b..0ff8a9053e 100644
--- a/board/Seagate/dockstar/dockstar.c
+++ b/board/Seagate/dockstar/dockstar.c
@@ -9,6 +9,7 @@
*/
#include <common.h>
+#include <bootstage.h>
#include <miiphy.h>
#include <net.h>
#include <asm/arch/soc.h>
diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c
index 1e4477aa5f..fd2f0df371 100644
--- a/board/Seagate/goflexhome/goflexhome.c
+++ b/board/Seagate/goflexhome/goflexhome.c
@@ -12,6 +12,7 @@
*/
#include <common.h>
+#include <bootstage.h>
#include <miiphy.h>
#include <net.h>
#include <asm/mach-types.h>