Fix HCPTR.TCP11 bit definition
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 13 Jul 2018 08:04:12 +0000 (10:04 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 18 Jul 2018 10:19:41 +0000 (12:19 +0200)
Change-Id: I98f23f6cebcf984b57efc5449b75ff702e1984a0
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
include/lib/aarch32/arch.h

index 5ab25dae14eee059b9ec0e94e451348f3326b59e..a5366495e8ae9a7c5f35e58a5c979c2180a677b8 100644 (file)
 #define TCPAC_BIT              (U(1) << 31)
 #define TAM_BIT                        (U(1) << 30)
 #define TTA_BIT                        (U(1) << 20)
-#define TCP11_BIT              (U(1) << 10)
+#define TCP11_BIT              (U(1) << 11)
 #define TCP10_BIT              (U(1) << 10)
 #define HCPTR_RESET_VAL                HCPTR_RES1