diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-02-08 12:13:35 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-02-08 12:13:35 +0900 |
commit | f687ebf82dbe44dcde5901232ade4f19ecedbf58 (patch) | |
tree | 710c74cc7ca7b76387a279f117bbb1d0bb604167 /include/asm-arm/arch-ep93xx/ep93xx.h | |
parent | bdaef38171c9ea030bae46b798aba4f430dcac18 (diff) | |
parent | fba8bfd7a8ac1f16dbc603177115d37dbc9549a6 (diff) | |
download | u-boot-imx-f687ebf82dbe44dcde5901232ade4f19ecedbf58.zip u-boot-imx-f687ebf82dbe44dcde5901232ade4f19ecedbf58.tar.gz u-boot-imx-f687ebf82dbe44dcde5901232ade4f19ecedbf58.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/asm-arm/arch-ep93xx/ep93xx.h')
-rw-r--r-- | include/asm-arm/arch-ep93xx/ep93xx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ep93xx/ep93xx.h b/include/asm-arm/arch-ep93xx/ep93xx.h index 6cafe54..806557a 100644 --- a/include/asm-arm/arch-ep93xx/ep93xx.h +++ b/include/asm-arm/arch-ep93xx/ep93xx.h @@ -558,8 +558,9 @@ struct syscon_regs { uint32_t i2sclkdiv; uint32_t keytchclkdiv; uint32_t chipid; + uint32_t reserved4; uint32_t syscfg; - uint32_t reserved4[8]; + uint32_t reserved5[8]; uint32_t sysswlock; }; #else |