]> git.baikalelectronics.ru Git - uboot.git/commit
env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL
authorSuman Anna <s-anna@ti.com>
Mon, 17 Aug 2020 21:57:36 +0000 (16:57 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 15 Sep 2020 13:21:53 +0000 (18:51 +0530)
commit9a8f444668d479bd69a9d3416c518cff311a8213
treedaa74759ad318da8b444717d1cab9890d31bbde5
parent9ca02bd15bb0ee9b957e5555e31993646cb2584a
env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL

The commit 532c81bae665 ("include: configs: j721e_evm: Add env variables
for mcu_r5fss0_core0 & main_r5fss0_core0") added four different new env
variables 'addr_mainr5f0_0load', 'name_mainr5f0_0fw', 'addr_mcur5f0_0load'
and 'name_mcur5f0_0fw' to the generic environment, but these are only
needed and used in R5 SPL for early-booting the MCU R5FSS0 and Main
R5FSS0 Core0 on J721E SoCs.

These are not really needed for A72 U-Boot, so limit the scope of
these variables only to R5 SPL. While at this, also fix the loadaddr
variable values to include the hex prefix like with other such env
variables.

Cc: Keerthy <j-keerthy@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
include/configs/j721e_evm.h