From: Sandrine Bailleux Date: Fri, 13 Jul 2018 08:04:12 +0000 (+0200) Subject: Fix HCPTR.TCP11 bit definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e62ea09bfe39b61b40977bc1014dc982df79e005;p=project%2Fbcm63xx%2Fatf.git Fix HCPTR.TCP11 bit definition Change-Id: I98f23f6cebcf984b57efc5449b75ff702e1984a0 Signed-off-by: Sandrine Bailleux --- diff --git a/include/lib/aarch32/arch.h b/include/lib/aarch32/arch.h index 5ab25dae..a5366495 100644 --- a/include/lib/aarch32/arch.h +++ b/include/lib/aarch32/arch.h @@ -196,7 +196,7 @@ #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