mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] nhk8815: fix nand IO_DATA end resource
@ 2012-09-03  6:24 Jean-Christophe PLAGNIOL-VILLARD
  2012-09-03  9:07 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-09-03  6:24 UTC (permalink / raw)
  To: barebox

introduce in commit
5f03074ea98b64b55c133b35ee144fdc909e6d69
resource: store 'end' instead of 'size' in struct resource

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/boards/nhk8815/setup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/nhk8815/setup.c b/arch/arm/boards/nhk8815/setup.c
index ccc0510..5820114 100644
--- a/arch/arm/boards/nhk8815/setup.c
+++ b/arch/arm/boards/nhk8815/setup.c
@@ -63,7 +63,7 @@ static struct resource nhk8815_nand_resources[] = {
 		.flags	= IORESOURCE_MEM,
 	}, {
 		.start	= NAND_IO_DATA,
-		.end	= NAND_IO_CMD + 0xfff,
+		.end	= NAND_IO_DATA + 0xfff,
 		.flags	= IORESOURCE_MEM,
 	}
 };
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-03  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-03  6:24 [PATCH 1/1] nhk8815: fix nand IO_DATA end resource Jean-Christophe PLAGNIOL-VILLARD
2012-09-03  9:07 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox