aboutsummaryrefslogtreecommitdiff
path: root/plat/fvp
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-06-17 15:12:14 +0100
committerdanh-arm <dan.handley@arm.com>2014-06-17 15:12:14 +0100
commit5d292ab6fde45c5d7077c8a61cb339a0a9f69281 (patch)
tree8b034d2114d37cff833d86359a845ddb7754da09 /plat/fvp
parentdbc64b39c9193f0b582d706bcf0d04e0a7bf4944 (diff)
parent84e9b09d04af3c2cc7b29d13264fb2f2c4b35b0e (diff)
Merge pull request #134 from jcastillo-arm/jc/tf-issues/179
Set correct value for SYS_ID_REV_SHIFT in FVP
Diffstat (limited to 'plat/fvp')
-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 04ba611..59dcc90 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