]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/lib/bootm.c
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
[people/ms/u-boot.git] / arch / sandbox / lib / bootm.c
index 0c9a7979d23142fbc3d96d1722c7d8cd4d6b3c09..4cdd18fe14b28cb102eb625b78412613d58e76b0 100644 (file)
@@ -50,6 +50,11 @@ int bootz_setup(ulong image, ulong *start, ulong *end)
        return ret;
 }
 
+int arch_fixup_fdt(void *blob)
+{
+       return 0;
+}
+
 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 {
        if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) {