]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / common / cmd_bootm.c
index a23e465696cdcf983ad401793469d7d738056997..1966da48ca49ea1a250b429b1a11a6d76bac2e5d 100644 (file)
@@ -547,6 +547,8 @@ int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv
 #if defined(CONFIG_OF_LIBFDT)
                case BOOTM_STATE_FDT:
                {
+                       boot_fdt_add_mem_rsv_regions(&images.lmb,
+                                                    images.ft_addr);
                        ret = boot_relocate_fdt(&images.lmb,
                                &images.ft_addr, &images.ft_len);
                        break;