diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2015-01-21 17:29:18 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-02-24 13:10:37 -0800 |
commit | ec245fd74d5d307a2c523d28c22db8d24ddd7902 (patch) | |
tree | 329bb73c3704e10868fdd2c97923f93e588bd63e /arch/arm | |
parent | 636ef95605560a45cd9be21c6340d2bca33352ed (diff) | |
download | u-boot-imx-ec245fd74d5d307a2c523d28c22db8d24ddd7902.zip u-boot-imx-ec245fd74d5d307a2c523d28c22db8d24ddd7902.tar.gz u-boot-imx-ec245fd74d5d307a2c523d28c22db8d24ddd7902.tar.bz2 |
arm/ls102xa: use a array to define pexmscportsr
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h index f3aaddc..3a64afc 100644 --- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h +++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h @@ -170,8 +170,7 @@ struct ccsr_scfg { u32 pex1rdmmsgrqsr; u32 pex2rdmmsgrqsr; u32 spimsiclrcr; - u32 pex1mscportsr; - u32 pex2mscportsr; + u32 pexmscportsr[2]; u32 pex2pmwrcr; u32 resv5[24]; u32 mac1_streamid; |