test(rmm-eac4): add testcase for CPU_ON denied

- Testcase creates multiple rec
- Host receives CPU_ON request from realm
- Host calls PSCI_CCMPLETE with denied status

Signed-off-by: Shruti Gupta <shruti.gupta@arm.com>
Change-Id: Ie89b7a3b9603916275913a273751210350075e96
diff --git a/Makefile b/Makefile
index 54293b5..e104814 100644
--- a/Makefile
+++ b/Makefile
@@ -121,6 +121,7 @@
 
 # Set flags for Realm Payload Tests
 ifeq (${ENABLE_REALM_PAYLOAD_TESTS},1)
+ARM_ARCH_MINOR := 5
 BRANCH_PROTECTION := 2
 endif