diff options
| author | Tom Rini <[email protected]> | 2021-10-25 09:54:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-25 09:54:36 -0400 |
| commit | 35a7677e382172e5024b38ff997944ca83909384 (patch) | |
| tree | c24f1e6a68a07f26e6fcfbeb0cac04cd755fcf43 /board/ea/mx7ulp_com/mx7ulp_com.c | |
| parent | 355d1e24f6143c4839be3c015c191421c4e9449c (diff) | |
| parent | 56ced770999bd14cd940e07239f4197852460142 (diff) | |
Merge tag 'u-boot-imx-20211022' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20211022
-------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/9561
- i.MX8:
- Toradex Verdin (switch to binman, cleanup, etc.)
- Phytec phycore_imx8mm (fixes, boot from SPI-NOR)
- fixes for imx8mp_evk
- doc (i.MX): MX8MM with Fast boot
- i.MX6:
- Toradex : colibri-imx6ull with eMMC, fixes
- i.MX7ULP :
- preparation for OPTEE + Serial Number
- generic:
- imx8m_image: Support ddr3 firmware
Diffstat (limited to 'board/ea/mx7ulp_com/mx7ulp_com.c')
| -rw-r--r-- | board/ea/mx7ulp_com/mx7ulp_com.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ea/mx7ulp_com/mx7ulp_com.c b/board/ea/mx7ulp_com/mx7ulp_com.c index 5b2d444366c..7fce75ade9d 100644 --- a/board/ea/mx7ulp_com/mx7ulp_com.c +++ b/board/ea/mx7ulp_com/mx7ulp_com.c @@ -20,6 +20,10 @@ int dram_init(void) { gd->ram_size = imx_ddr_size(); +#ifdef CONFIG_OPTEE_TZDRAM_SIZE + gd->ram_size -= CONFIG_OPTEE_TZDRAM_SIZE; +#endif + return 0; } |
