X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Fbootm.c;h=0facd0c989385e2145f6e3cde1a3bb490e304028;hb=09140113108541b95d340f3c7b6ee597d31ccc73;hp=f4b5ca6de004dec95d8b2924984bac040e33da6a;hpb=1bf65142b31a48c8e354df603c9f6fa5c8cac389;p=oweals%2Fu-boot.git diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index f4b5ca6de0..0facd0c989 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -12,10 +12,12 @@ */ #include +#include #include #include #include #include +#include #include #include #include @@ -29,6 +31,7 @@ #include #include #include +#include #ifdef CONFIG_ARMV7_NONSEC #include @@ -419,7 +422,7 @@ static void boot_jump_linux(bootm_headers_t *images, int flag) * DIFFERENCE: Instead of calling prep and go at the end * they are called if subcommand is equal 0. */ -int do_bootm_linux(int flag, int argc, char * const argv[], +int do_bootm_linux(int flag, int argc, char *const argv[], bootm_headers_t *images) { /* No need for those on ARM */