diff options
Diffstat (limited to 'cmd/bootm.c')
-rw-r--r-- | cmd/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootm.c b/cmd/bootm.c index 41b341e2e5..8279f2b7cc 100644 --- a/cmd/bootm.c +++ b/cmd/bootm.c @@ -10,7 +10,7 @@ #include <common.h> #include <bootm.h> #include <command.h> -#include <environment.h> +#include <env.h> #include <errno.h> #include <image.h> #include <malloc.h> |