diff options
author | Mingkai Hu <mingkai.hu@nxp.com> | 2016-03-23 19:10:42 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-03-29 08:46:24 -0700 |
commit | 16cee521384aa901a652fa3e4703e2d55518a9fe (patch) | |
tree | 145a17ec052250e1215b7e0b71f2bfdf18259a4a /arch/arm | |
parent | 85bb38965431424d4e4a7b5030cc589a3401a988 (diff) |
armv8: fsl-layerscape: Fix LS1043A SVR register
Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/soc.h b/arch/arm/include/asm/arch-fsl-layerscape/soc.h index ea78e15f49..512a8e05fc 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/soc.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/soc.h @@ -41,7 +41,7 @@ struct cpu_type { { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)} #define SVR_WO_E 0xFFFFFE -#define SVR_LS1043 0x879204 +#define SVR_LS1043 0x879200 #define SVR_LS2045 0x870120 #define SVR_LS2080 0x870110 #define SVR_LS2085 0x870100 |