diff options
Diffstat (limited to 'cmd/booti.c')
-rw-r--r-- | cmd/booti.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/booti.c b/cmd/booti.c index ced2c1047ab..f5ae58139da 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -6,6 +6,7 @@ #include <bootm.h> #include <command.h> +#include <env.h> #include <image.h> #include <irq_func.h> #include <lmb.h> |