diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/sleep.S')
-rw-r--r-- | arch/arm/plat-s3c24xx/sleep.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/sleep.S b/arch/arm/plat-s3c24xx/sleep.S index d47113bbc34c..a646cbe8244c 100644 --- a/arch/arm/plat-s3c24xx/sleep.S +++ b/arch/arm/plat-s3c24xx/sleep.S | |||
@@ -96,6 +96,14 @@ resume_with_mmu: | |||
96 | s3c2410_sleep_save_phys: | 96 | s3c2410_sleep_save_phys: |
97 | .word 0 | 97 | .word 0 |
98 | 98 | ||
99 | |||
100 | /* sleep magic, to allow the bootloader to check for an valid | ||
101 | * image to resume to. Must be the first word before the | ||
102 | * s3c2410_cpu_resume entry. | ||
103 | */ | ||
104 | |||
105 | .word 0x2bedf00d | ||
106 | |||
99 | /* s3c2410_cpu_resume | 107 | /* s3c2410_cpu_resume |
100 | * | 108 | * |
101 | * resume code entry for bootloader to call | 109 | * resume code entry for bootloader to call |