ARM: sa11x0: fix off-by-one resource sizes
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jan 2012 10:59:21 +0000 (10:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Feb 2012 15:34:11 +0000 (15:34 +0000)
Hackkit defined its flash memory resource to be 32M + 1 byte.
Jornada defined the Epson video controller resources to be one byte
larger than they should be, and mis-mapped the SA-1111 companion
chip one byte smaller than it should be.

Fix these.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found