commit | a210b521e9e109bcf7c79e839efd4a39cc929549 | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | Wed May 08 19:14:48 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 15:21:55 2019 +0200 |
tree | ee9d7d1aff4e0958a61f1422f52be3b83f705f28 | |
parent | e032a64a24987324903d61af1968b01c82d306f9 [diff] |
warp7: Specify a default CONFIG_OPTEE_LOAD_ADDR if non provided If no CONFIG_OPTEE_LOAD_ADDR is provided i.e. you are not loading OPTEE into memory in u-boot, then just set the non-existent CONFIG option to zero, elsewise stringify(CONFIG_OPTEE_LOAD_ADDR) will return "CONFIG_OPTEE_LOAD_ADDR" - which looks weird in the u-boot environment. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>