commit | c2dad57b15c557083c762d681aa1bc5359dad924 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Tue Jan 23 16:03:53 2024 -0600 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Feb 02 08:10:12 2024 -0600 |
tree | 6e818178aa4b72bbb8be8d95b2520c09e30e536b | |
parent | 0c57247dee6eae85c4ba41c7022f1e13f69fcc70 [diff] |
refactor(build): remove enabling feat All mandatory FEAT_* enabling is done from arch_features.mk. Remove some old code which would enable some mandatory options based on arch-features option passed to march appending. This is now not needed anymore since if we are using correct ARCH_MAJOR/MINOR the mandatory options will taken care from arch_features.mk Change-Id: I8565ac4ebb3ced29835be65ea5b043a08810872f Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>