diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
commit | 2fa581ba910368d0f7f995fb906d6c5e4218b594 (patch) | |
tree | fdbb131099e601f1500908398db119d7f2050225 /include/fdtdec.h | |
parent | b0b13f4114d30b6756e0f6f3b5819d78de22541e (diff) | |
parent | 56f01746ab5c6950bd0f76d02252ee4450f86659 (diff) | |
download | u-boot-2fa581ba910368d0f7f995fb906d6c5e4218b594.tar.gz |
Merge git://git.denx.de/u-boot-shWIP/21May2020
- Enable -ffunction-sections / -fdata-sections --gc-sections to SH
- RCar Gen3 updates
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 166f29c55b..abd6d42671 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -1155,6 +1155,11 @@ int fdtdec_set_carveout(void *blob, const char *node, const char *prop_name, */ int fdtdec_setup(void); +/** + * Perform board-specific early DT adjustments + */ +int fdtdec_board_setup(const void *fdt_blob); + #if CONFIG_IS_ENABLED(MULTI_DTB_FIT) /** * fdtdec_resetup() - Set up the device tree again |