aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2014-06-13 17:10:00 +0100
committerJuan Castillo <juan.castillo@arm.com>2014-06-16 16:03:09 +0100
commit84e9b09d04af3c2cc7b29d13264fb2f2c4b35b0e (patch)
tree7d76a45e1d1ad7be08f086f41cdcd3f40f71f1e7 /plat
parent977fbcd4e0842e590a961d6f40c14653caa9301a (diff)
downloadtrusted-firmware-a-84e9b09d04af3c2cc7b29d13264fb2f2c4b35b0e.tar.gz
Set correct value for SYS_ID_REV_SHIFT in FVP
According to documentation, the Rev field is located at bit 28 in the V2M sysid register. Fixes ARM-software/tf-issues#179 Change-Id: I2abb7bdc092ccd3f41f8962dc8d8d8e44e8dfdc3
Diffstat (limited to 'plat')
-rw-r--r--plat/fvp/fvp_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/fvp/fvp_def.h b/plat/fvp/fvp_def.h
index 04ba6116f9..59dcc90be4 100644
--- a/plat/fvp/fvp_def.h
+++ b/plat/fvp/fvp_def.h
@@ -137,7 +137,7 @@
#define SYS_LED_EC_MASK 0x1f
/* V2M sysid register bits */
-#define SYS_ID_REV_SHIFT 27
+#define SYS_ID_REV_SHIFT 28
#define SYS_ID_HBI_SHIFT 16
#define SYS_ID_BLD_SHIFT 12
#define SYS_ID_ARCH_SHIFT 8