]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
armv8: Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
[u-boot] / include / common.h
index fbbc2cbc521a8d51c70ca2436ec8786f0169b97c..2cbbd5a60cd31ba51848082aec49cbd1b35339b6 100644 (file)
@@ -497,6 +497,7 @@ extern ssize_t spi_write (uchar *, int, uchar *, int);
 
 /* $(BOARD)/$(BOARD).c */
 int board_early_init_f (void);
+int board_fix_fdt (void *rw_fdt_blob); /* manipulate the U-Boot fdt before its relocation */
 int board_late_init (void);
 int board_postclk_init (void); /* after clocks/timebase, before env/serial */
 int board_early_init_r (void);