From f9bd4e85153b1e19f6556d632022c09b31761602 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Sun, 30 Sep 2007 09:59:15 +0100 Subject: [PATCH] --- yaml --- r: 69478 b: refs/heads/master c: 6c729af9f05c7aae06ce89a27f91e24b1482544d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c24xx/sleep.S | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 39209932a1a7..802b2c4dd259 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 987240cc01faf90100ace8f554ac145c2dfb085c +refs/heads/master: 6c729af9f05c7aae06ce89a27f91e24b1482544d diff --git a/trunk/arch/arm/plat-s3c24xx/sleep.S b/trunk/arch/arm/plat-s3c24xx/sleep.S index d47113bbc34c..a646cbe8244c 100644 --- a/trunk/arch/arm/plat-s3c24xx/sleep.S +++ b/trunk/arch/arm/plat-s3c24xx/sleep.S @@ -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