]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/broadcom/bcmstb/bcmstb.c
sandbox: Remove OF_HOSTFILE
[thirdparty/u-boot.git] / board / broadcom / bcmstb / bcmstb.c
index 723ebda3bd2105c8aa213d88c69ff3fca415e9c6..07aeb0981c00956e453c786503fba0ebe033dc5b 100644 (file)
@@ -131,8 +131,9 @@ int board_late_init(void)
        return 0;
 }
 
-void *board_fdt_blob_setup(void)
+void *board_fdt_blob_setup(int *err)
 {
+       *err = 0;
        /* Stored the DTB address there during our init */
        return (void *)prior_stage_fdt_address;
 }