dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] S3C24A0: Correct S3C2410_PA_GPIO in S3C24XX_VA_GPIO

The definition of S3C24XX_VA_GPIO used S3C2410_PA_GPIO
where it should have read S3C24XX_PA_GPIO.

Signed-off-by: Sandeep Patil <sandeep.patil@azingo.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Sandeep Patil 2008-10-21 14:06:24 +01:00 committed by Ben Dooks
parent ddbf5654b4
commit f1cb9eba5b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
*/
#define S3C2410_PA_GPIO (0x56000000)
#define S3C24XX_VA_GPIO ((S3C2410_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
#define S3C24XX_VA_GPIO ((S3C24XX_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
#define S3C24XX_SZ_GPIO SZ_1M
/* RTC */