aboutsummaryrefslogtreecommitdiff
path: root/board/ti/beagle
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/ti/beagle
parentb67eefdb6ec9467c41b1c0081f0823bbfff36b00 (diff)
downloadu-boot-52f24238046ca28085f6de946d0358e5c7c7cbe8.zip
u-boot-52f24238046ca28085f6de946d0358e5c7c7cbe8.tar.gz
u-boot-52f24238046ca28085f6de946d0358e5c7c7cbe8.tar.bz2
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/ti/beagle')
-rw-r--r--board/ti/beagle/beagle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index cb3a12e..439b023 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -13,6 +13,7 @@
*
*/
#include <common.h>
+#include <bootstage.h>
#include <dm.h>
#include <env.h>
#include <net.h>