]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/bootm.c
ARM: drop unsupported 'trab' board
[u-boot] / arch / arm / lib / bootm.c
index aba13f4e86f7b1b102668c5cdc4a033e5365b6db..802e833a2ed584fe1365dacd4a033665eeb2f5d7 100644 (file)
@@ -187,6 +187,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t *images)
 
        kernel_entry = (void (*)(int, int, void *))images->ep;
 
+       boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
+
        rd_len = images->rd_end - images->rd_start;
        ret = boot_ramdisk_high(lmb, images->rd_start, rd_len,
                                initrd_start, initrd_end);