]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/bootm.c
ARM: da850evm: Pinctrl for da850evm
[thirdparty/u-boot.git] / common / bootm.c
index e517d9f118a8e2bd8c9623725a712a638d9b540d..8bf84ebcb7e82e798f1a718625e2938e1b773bd4 100644 (file)
@@ -262,7 +262,7 @@ int bootm_find_images(int flag, int argc, char * const argv[])
                puts("Could not find a valid device tree\n");
                return 1;
        }
-       set_working_fdt_addr((ulong)images.ft_addr);
+       set_working_fdt_addr(map_to_sysmem(images.ft_addr));
 #endif
 
 #if IMAGE_ENABLE_FIT