]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
autoboot: add its own header
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sun, 13 Jul 2014 20:57:58 +0000 (22:57 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:24 +0000 (17:53 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
common/autoboot.c

index 30102a47a8aefecf85ccd38984e054541bbe669a..c27cc2c75120778f30df72126139804be149bfc1 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <common.h>
+#include <autoboot.h>
 #include <bootretry.h>
 #include <cli.h>
 #include <fdtdec.h>