summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-03-24 07:21:57 -0400
committerTom Rini <trini@konsulko.com>2017-03-24 07:21:57 -0400
commitc1daa4077365747d4f85ed8c93ba4d318d96a4af (patch)
tree4ac54134dd1970f7a98bcc3b9e225ea54d448f86 /include/common.h
parentd0ffda8ed208ff2957cd09ccc37e2d6dff81523e (diff)
parent60083261a1b33b492ddb5335c125f1223087068b (diff)
Merge git://www.denx.de/git/u-boot-marvell
This mainly adds support for some new boards, like the ARMv8 community boards MACCHIATOBin and ESPRESSBin
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index fbbc2cbc521..2cbbd5a60cd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);