Signed-off-by: Jeroen Hofstee <[email protected]> --- common/cmd_elf.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/common/cmd_elf.c b/common/cmd_elf.c index 2f229d7..8de8e81 100644 --- a/common/cmd_elf.c +++ b/common/cmd_elf.c @@ -13,6 +13,7 @@ * purpose. */ +#include <bootm.h> #include <common.h> #include <command.h> #include <linux/ctype.h> -- 2.1.0 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

