Skip to content

Commit

Permalink
ARM: SAMSUNG: Reduce virtual memory size for WDT device
Browse files Browse the repository at this point in the history
This patch reduces the virtual memory allocated for WDT device from 1M
to 1K.

Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Banajit Goswami authored and Kukjin Kim committed Aug 5, 2010
1 parent 9fe6206 commit 5db2bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-samsung/dev-wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
static struct resource s3c_wdt_resource[] = {
[0] = {
.start = S3C_PA_WDT,
.end = S3C_PA_WDT + SZ_1M - 1,
.end = S3C_PA_WDT + SZ_1K,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down

0 comments on commit 5db2bc8

Please sign in to comment.