commit | 64e41ba1ab32a00b5284db6f49cfccac86ce1171 | [log] [tgz] |
---|---|---|
author | Amit Nagal <amit.nagal@amd.com> | Tue Aug 29 02:44:58 2023 -1200 |
committer | amit nagal <amit.nagal@amd.com> | Thu Aug 31 09:15:04 2023 +0200 |
tree | 17ff853fd42ef60c51eac2be814c81c6497f66c8 | |
parent | c3d68fc59e2176c2a8e3a294e47277ac3445503c [diff] |
fix(versal): use correct macro name for ocm base address In absence of definition, PLAT_OCM_BASE is always 0 and IS_TFA_IN_OCM(x) always returns true irrespective of address passed to it. Reasoning is as mentioned in Refer section 4.2.3 in https://gcc.gnu.org/onlinedocs/gcc-3.0.2/cpp_4.html Due to this,functionality for reservation of TF-A DDR memory in dtb is never executed. Signed-off-by: Amit Nagal <amit.nagal@amd.com> Change-Id: Iafb6b7c6aec29bba22f8f7a8395f9caf97548157