From: Kyungmin Park Date: Tue, 28 Jul 2009 09:33:29 +0000 (+0900) Subject: OneNAND IPL: Fix wrong read interrupt offset X-Git-Tag: s5pc110_universal_support~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ed0a0a035c7af22d743520dd4fe55081a9cef2b;p=kernel%2Fu-boot.git OneNAND IPL: Fix wrong read interrupt offset Signed-off-by: Kyungmin Park --- diff --git a/onenand_ipl/onenand_ipl.h b/onenand_ipl/onenand_ipl.h index c6823f2..0ea54a2 100644 --- a/onenand_ipl/onenand_ipl.h +++ b/onenand_ipl/onenand_ipl.h @@ -29,7 +29,7 @@ #define THIS_ONENAND(a) (CONFIG_SYS_ONENAND_BASE + (a)) #define READ_INTERRUPT() \ - onenand_readw(THIS_ONENAND(ONENAND_REG_INTERRUPT)) + onenand_readw(ONENAND_REG_INTERRUPT) /* S5PC100 specific */ #define S5PC100_AHB_ADDR 0xB0000000