diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 239814228d7..6c7ab887b20 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -1158,8 +1158,10 @@ int fdtdec_resetup(int *rescan); * Board-specific FDT initialization. Returns the address to a device tree blob. * Called when CONFIG_OF_BOARD is defined, or if CONFIG_OF_SEPARATE is defined * and the board implements it. + * + * @err internal error code if we fail to setup a DTB */ -void *board_fdt_blob_setup(void); +void *board_fdt_blob_setup(int *err); /* * Decode the size of memory |