]> git.sur5r.net Git - u-boot/blobdiff - include/fdtdec.h
Allow boards to initialize the DT at runtime.
[u-boot] / include / fdtdec.h
index 2134701c547275e16d280923a0de7733997edbcf..b0e5b2767de3204b12e937263d60826f1b7d2a9a 100644 (file)
@@ -1023,4 +1023,10 @@ int fdtdec_setup_memory_banksize(void);
  */
 int fdtdec_setup(void);
 
+/**
+ * Board-specific FDT initialization. Returns the address to a device tree blob.
+ * Called when CONFIG_OF_BOARD is defined.
+ */
+void *board_fdt_blob_setup(void);
+
 #endif