Zelalem | 2a45073 | 2020-08-04 12:17:56 -0500 | [diff] [blame^] | 1 | --- a/Makefile |
| 2 | +++ b/Makefile |
| 3 | @@ -533,13 +533,6 @@ ifeq ($(RAS_EXTENSION),1) |
| 4 | endif |
| 5 | endif |
| 6 | |
| 7 | -# When FAULT_INJECTION_SUPPORT is used, require that RAS_EXTENSION is enabled |
| 8 | -ifeq ($(FAULT_INJECTION_SUPPORT),1) |
| 9 | - ifneq ($(RAS_EXTENSION),1) |
| 10 | - $(error For FAULT_INJECTION_SUPPORT, RAS_EXTENSION must also be 1) |
| 11 | - endif |
| 12 | -endif |
| 13 | - |
| 14 | # DYN_DISABLE_AUTH can be set only when TRUSTED_BOARD_BOOT=1 |
| 15 | ifeq ($(DYN_DISABLE_AUTH), 1) |
| 16 | ifeq (${TRUSTED_BOARD_BOOT}, 0) |