ARM: mach-s3c64xx: convert boot_params to atag_offset

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Nicolas Pitre
2011-07-05 22:38:17 -04:00
committed by Nicolas Pitre
부모 32bc82010b
커밋 170a59080d
10개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제

파일 보기

@@ -233,7 +233,7 @@ static void __init anw6410_machine_init(void)
MACHINE_START(ANW6410, "A&W6410")
/* Maintainer: Kwangwoo Lee <kwangwoo.lee@gmail.com> */
.boot_params = S3C64XX_PA_SDRAM + 0x100,
.atag_offset = 0x100,
.init_irq = s3c6410_init_irq,
.map_io = anw6410_map_io,