am65x_evm_a53_defconfig: Enable configs to support USB and DFU
[oweals/u-boot.git] / cmd / booti.c
index c36b0235df8c79aea703a3bacdbda1c636858fac..d0671deb759cebbd127a7b7dc91b7af621ab815c 100644 (file)
@@ -8,6 +8,7 @@
 #include <bootm.h>
 #include <command.h>
 #include <image.h>
+#include <irq_func.h>
 #include <lmb.h>
 #include <mapmem.h>
 #include <linux/kernel.h>
@@ -48,6 +49,9 @@ static int booti_start(cmd_tbl_t *cmdtp, int flag, int argc,
        }
 
        images->ep = relocated_addr;
+       images->os.start = relocated_addr;
+       images->os.end = relocated_addr + image_size;
+
        lmb_reserve(&images->lmb, images->ep, le32_to_cpu(image_size));
 
        /*