projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[xburst] time.c: Timer enable registers are only 8bit width.
[openwrt.git]
/
target
/
linux
/
xburst
/
files-2.6.32
/
arch
/
mips
/
jz4740
/
platform.c
diff --git
a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/platform.c
b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/platform.c
index
4e37929
..
ec34ea2
100644
(file)
--- a/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/platform.c
+++ b/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/platform.c
@@
-108,7
+108,7
@@
struct platform_device jz4740_mmc_device = {
static struct resource jz4740_rtc_resources[] = {
[0] = {
.start = CPHYSADDR(RTC_BASE),
- .end = CPHYSADDR(RTC_BASE) + 0x
10
,
+ .end = CPHYSADDR(RTC_BASE) + 0x
38 - 1
,
.flags = IORESOURCE_MEM,
},
[1] = {
This page took
0.033248 seconds
and
4
git commands to generate.