提交 f1cb9eba 编写于 作者: S Sandeep Patil 提交者: Ben Dooks

[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: NSandeep Patil <sandeep.patil@azingo.com>
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 ddbf5654
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册