cmd: booti: Store OS start and end info in images structure
[oweals/u-boot.git] / cmd / booti.c
index c36b0235df8c79aea703a3bacdbda1c636858fac..841eff10d139641337de01a1aac061ed9105e56c 100644 (file)
@@ -48,6 +48,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));
 
        /*