ARM: S3C24XX: Locate kernel at 0x30108000 if PM_H1940 is enabled
authorVasily Khoruzhick <anarsoul@gmail.com>
Tue, 11 May 2010 06:55:09 +0000 (09:55 +0300)
committerBen Dooks <ben-linux@fluff.org>
Wed, 12 May 2010 00:19:24 +0000 (09:19 +0900)
If PM_H1940 is enabled, kernel _must_ be located upper then 0x30008000,
because this area (0x30000000-0x30100000) can be used by bootloader. If
kernel is located at 0x30008000, bootloader will corrupt kernel's code during
resume.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found