commit | f682d8c48d780ea644fafc8d0c63b697bea82d3c | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sun Jul 13 22:57:58 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:24 2014 -0400 |
tree | 3837c6e4e512c165a0756fbd60eaa3359793507d | |
parent | d5b2fed6c8a7e634571dc8efbf363377174e1acf [diff] |
autoboot: add its own header Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/common/autoboot.c b/common/autoboot.c index 30102a4..c27cc2c 100644 --- a/common/autoboot.c +++ b/common/autoboot.c
@@ -6,6 +6,7 @@ */ #include <common.h> +#include <autoboot.h> #include <bootretry.h> #include <cli.h> #include <fdtdec.h>