Skip to content

Commit

Permalink
[ARM] 4587/1: S3C24XX: Add magic number before resume code
Browse files Browse the repository at this point in the history
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: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Oct 12, 2007
1 parent 987240c commit 6c729af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/plat-s3c24xx/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ resume_with_mmu:
s3c2410_sleep_save_phys:
.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
*
* resume code entry for bootloader to call
Expand Down

0 comments on commit 6c729af

Please sign in to comment.