Commit 6c729af9 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM] 4587/1: S3C24XX: Add magic number before resume code

Add a magic number before the resume code so
that a bootloader can check that there is an
image to resume to.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 987240cc
...@@ -96,6 +96,14 @@ resume_with_mmu: ...@@ -96,6 +96,14 @@ resume_with_mmu:
s3c2410_sleep_save_phys: s3c2410_sleep_save_phys:
.word 0 .word 0
/* sleep magic, to allow the bootloader to check for an valid
* image to resume to. Must be the first word before the
* s3c2410_cpu_resume entry.
*/
.word 0x2bedf00d
/* s3c2410_cpu_resume /* s3c2410_cpu_resume
* *
* resume code entry for bootloader to call * resume code entry for bootloader to call
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment