]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/lib/bootm.c
fdt: Implement weak arch_fixup_fdt()
[people/ms/u-boot.git] / arch / arc / lib / bootm.c
index 9eef7070cf436f7f2803dc0618cc436c00ef1904..4d4acff239d41ea5ceb77ae8e5a54f24f3146964 100644 (file)
@@ -37,11 +37,6 @@ void arch_lmb_reserve(struct lmb *lmb)
        lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp));
 }
 
-int arch_fixup_fdt(void *blob)
-{
-       return 0;
-}
-
 static int cleanup_before_linux(void)
 {
        disable_interrupts();