diff options
author | Magnus Damm <damm@opensource.se> | 2009-12-01 08:38:52 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-03 23:42:29 -0500 |
commit | 7e213481d606e41ffb917e42eb88b1586333444b (patch) | |
tree | b8393fddf79cf3f46207b6d31191fcf80f9cf97b /arch/sh | |
parent | b1516803d5274386256bef4972dfbf8c9eed5165 (diff) |
sh: fix sh7724 VEU3F resource size
Fix one-off VEU3F size error for sh7724.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c index 16e18749ac1b..845e89c936e7 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c | |||
@@ -204,7 +204,7 @@ static struct resource veu0_resources[] = { | |||
204 | [0] = { | 204 | [0] = { |
205 | .name = "VEU3F0", | 205 | .name = "VEU3F0", |
206 | .start = 0xfe920000, | 206 | .start = 0xfe920000, |
207 | .end = 0xfe9200cb - 1, | 207 | .end = 0xfe9200cb, |
208 | .flags = IORESOURCE_MEM, | 208 | .flags = IORESOURCE_MEM, |
209 | }, | 209 | }, |
210 | [1] = { | 210 | [1] = { |
@@ -236,7 +236,7 @@ static struct resource veu1_resources[] = { | |||
236 | [0] = { | 236 | [0] = { |
237 | .name = "VEU3F1", | 237 | .name = "VEU3F1", |
238 | .start = 0xfe924000, | 238 | .start = 0xfe924000, |
239 | .end = 0xfe9240cb - 1, | 239 | .end = 0xfe9240cb, |
240 | .flags = IORESOURCE_MEM, | 240 | .flags = IORESOURCE_MEM, |
241 | }, | 241 | }, |
242 | [1] = { | 242 | [1] = { |