]> git.sur5r.net Git - u-boot/blobdiff - cmd/booti.c
arm: socfpga: Fixes: include <debug_uart.h>
[u-boot] / cmd / booti.c
index f1e607ae0ddf0820db50fa049b98c8d2de6d0958..04353b68eccc0d73d62c44128016da883fd9a5c5 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -38,7 +37,7 @@ static int booti_start(cmd_tbl_t *cmdtp, int flag, int argc,
                debug("*  kernel: cmdline image address = 0x%08lx\n", ld);
        }
 
-       ret = booti_setup(ld, &relocated_addr, &image_size);
+       ret = booti_setup(ld, &relocated_addr, &image_size, false);
        if (ret != 0)
                return 1;