[ARM] 3663/1: fix resource->end off-by-one thinko during physmap conversion
[pandora-kernel.git] / arch / arm / mach-ixp23xx / roadrunner.c
index b9f5d13..92ad18f 100644 (file)
@@ -143,7 +143,7 @@ static struct physmap_flash_data roadrunner_flash_data = {
 
 static struct resource roadrunner_flash_resource = {
        .start          = 0x90000000,
-       .end            = 0x94000000,
+       .end            = 0x93ffffff,
        .flags          = IORESOURCE_MEM,
 };