[PATCH v2 7/9] include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0
Keerthy
j-keerthy at ti.com
Mon Jan 13 06:54:51 CET 2020
Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0 firmware
loadaddr and name.
Signed-off-by: Keerthy <j-keerthy at ti.com>
---
include/configs/j721e_evm.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index 84518786c7..d3a9330069 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -76,6 +76,10 @@
"mmcdev=1\0" \
"bootpart=1:2\0" \
"bootdir=/boot\0" \
+ "mainr5f0_0loadaddr=88000000\0" \
+ "mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw\0" \
+ "mcur5f0_0loadaddr=89000000\0" \
+ "mcur5f0_0fwname=/lib/firmware/j7-mcu-r5f0_0-fw\0" \
"rd_spec=-\0" \
"init_mmc=run args_all args_mmc\0" \
"get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
--
2.17.1
More information about the U-Boot
mailing list