]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/lib/bootm.c
fdt: Implement weak arch_fixup_fdt()
[people/ms/u-boot.git] / arch / powerpc / lib / bootm.c
index b9ae24dc98b6bc334060fe429586d33eeb5c0678..6ef644d85ba3546f07a3732943528f9a890e8925 100644 (file)
@@ -40,11 +40,6 @@ static void set_clocks_in_mhz (bd_t *kbd);
 #define CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE       (768*1024*1024)
 #endif
 
-int arch_fixup_fdt(void *blob)
-{
-       return 0;
-}
-
 static void boot_jump_linux(bootm_headers_t *images)
 {
        void    (*kernel)(bd_t *, ulong r4, ulong r5, ulong r6,