Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210790
b: refs/heads/master
c: 80e2f36
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Kukjin Kim committed Sep 14, 2010
1 parent d574d55 commit dcdbe81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0fe7f885043ea0e3e026cc98cfd7f8715018c023
refs/heads/master: 80e2f36aab7e69a193926814b73b3609c2f69f20
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s5p/dev-fimc0.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
static struct resource s5p_fimc0_resource[] = {
[0] = {
.start = S5P_PA_FIMC0,
.end = S5P_PA_FIMC0 + SZ_1M - 1,
.end = S5P_PA_FIMC0 + SZ_4K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s5p/dev-fimc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
static struct resource s5p_fimc1_resource[] = {
[0] = {
.start = S5P_PA_FIMC1,
.end = S5P_PA_FIMC1 + SZ_1M - 1,
.end = S5P_PA_FIMC1 + SZ_4K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s5p/dev-fimc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
static struct resource s5p_fimc2_resource[] = {
[0] = {
.start = S5P_PA_FIMC2,
.end = S5P_PA_FIMC2 + SZ_1M - 1,
.end = S5P_PA_FIMC2 + SZ_4K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down

0 comments on commit dcdbe81

Please sign in to comment.