commit | 60f5266417f6527deee64e2e6576ae70a7e07daf | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Thu Oct 12 16:57:46 2023 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Mon Oct 30 10:34:44 2023 -0500 |
tree | 1567aba3d50df8c5070370f2315706931aafa9fe | |
parent | 16b11370cf5641127f82cdd84bcc44637289614f [diff] |
refactor(build): avoid using values for comparison With changes to refactor to use first platform makefiles then parse arch_features.mk file 'ENABLE_RME' will be initialised only when we define during build or at arch_features.mk thus making comparison of 'ENABLE_RME' to '0' incorrect. So keep BRBE disabled when RME is enabled at main makefile level. Change-Id: I7e3d99eb444678d63585bd5971ada627cfc4fcc9 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>