diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-07-13 22:57:58 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-18 17:53:24 -0400 |
commit | 39e1230ed02fad2f750b54968d70c00a72b08a4f (patch) | |
tree | 3837c6e4e512c165a0756fbd60eaa3359793507d /common/autoboot.c | |
parent | 5dfd162eea2954f4ff1d7683329774af5224bd69 (diff) | |
download | u-boot-imx-39e1230ed02fad2f750b54968d70c00a72b08a4f.zip u-boot-imx-39e1230ed02fad2f750b54968d70c00a72b08a4f.tar.gz u-boot-imx-39e1230ed02fad2f750b54968d70c00a72b08a4f.tar.bz2 |
autoboot: add its own header
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'common/autoboot.c')
-rw-r--r-- | common/autoboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |