commit | 0e4daed24e58383062ba87297c89e30df5608f0d | [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 | 7275ac2af86277e2442ef4b0fee6c35cbe830056 [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>