X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fbooti.c;h=04353b68eccc0d73d62c44128016da883fd9a5c5;hb=d5974af7f7626777b5c41894f75c813ff35c1793;hp=45fbb99b680a9a5c3e230e6145cec5d42e15faf0;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=oweals%2Fu-boot.git diff --git a/cmd/booti.c b/cmd/booti.c index 45fbb99b68..04353b68ec 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -37,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;