diff options
author | danh-arm <dan.handley@arm.com> | 2014-06-17 15:12:14 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2014-06-17 15:12:14 +0100 |
commit | 5d292ab6fde45c5d7077c8a61cb339a0a9f69281 (patch) | |
tree | 8b034d2114d37cff833d86359a845ddb7754da09 | |
parent | dbc64b39c9193f0b582d706bcf0d04e0a7bf4944 (diff) | |
parent | 84e9b09d04af3c2cc7b29d13264fb2f2c4b35b0e (diff) | |
download | arm-trusted-firmware-5d292ab6fde45c5d7077c8a61cb339a0a9f69281.tar.gz |
Merge pull request #134 from jcastillo-arm/jc/tf-issues/179
Set correct value for SYS_ID_REV_SHIFT in FVP
-rw-r--r-- | plat/fvp/fvp_def.h | 2 |
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 |