diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-24 07:21:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-24 07:21:57 -0400 |
commit | c1daa4077365747d4f85ed8c93ba4d318d96a4af (patch) | |
tree | 4ac54134dd1970f7a98bcc3b9e225ea54d448f86 /include/common.h | |
parent | d0ffda8ed208ff2957cd09ccc37e2d6dff81523e (diff) | |
parent | 60083261a1b33b492ddb5335c125f1223087068b (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.h | 1 |
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); |