diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-09 10:32:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-09 10:32:08 -0500 |
commit | 2f02845817bec0dd0f89eb0d829b17b40d005afc (patch) | |
tree | 516685ba58b11ddabeed03f3be7b43286ebdce24 /include/fdt_support.h | |
parent | b38c3a641fc01fcd4eda5fa107ae3c247baa0196 (diff) | |
parent | 6a4b07e08605ad171823021aa158b6b9bebfc6e6 (diff) |
Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.01
-----------------
- imx8qxp_mek: increase buffer sizes and args number
- Fixes for imx7ulp
- imx8mm: Fix the first root clock in imx8mm_ahb_sels[]
- colibri_imx7: reserve DDR memory for Cortex-M4
- vining2000: fixes and convert to ethernet DM
- imx8m: fix rom version check to unbreak some B0 chips
- tbs2910: Disable VxWorks image booting support
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r-- | include/fdt_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index cefb2b2cce..2286ea7793 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -94,6 +94,7 @@ int fdt_fixup_memory(void *blob, u64 start, u64 size); */ #ifdef CONFIG_ARCH_FIXUP_FDT_MEMORY int fdt_fixup_memory_banks(void *blob, u64 start[], u64 size[], int banks); +int fdt_set_usable_memory(void *blob, u64 start[], u64 size[], int banks); #else static inline int fdt_fixup_memory_banks(void *blob, u64 start[], u64 size[], int banks) |