From 84e9b09d04af3c2cc7b29d13264fb2f2c4b35b0e Mon Sep 17 00:00:00 2001 From: Juan Castillo Date: Fri, 13 Jun 2014 17:10:00 +0100 Subject: [PATCH] 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 --- plat/fvp/fvp_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/fvp/fvp_def.h b/plat/fvp/fvp_def.h index 04ba6116..59dcc90b 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 -- 2.30.2