diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2011-09-05 06:12:47 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-05 06:12:47 -0400 |
commit | b02b5da4d15d7f7a250888d003121e1b5b69d00b (patch) | |
tree | 800656a6b490eb7becc445a44bc8f94eba6d39f3 /arch/arm/plat-samsung/include/plat/cpu.h | |
parent | 2747f5e56564e715810038a1a2d8f4041f866558 (diff) |
ARM: SAMSUNG: Fix mask value for S5P64X0 CPU IDs
The current value for S5P64XX_CPU_MASK does not include the necessary
bits, which causes detection failure.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
[kgene.kim@samsung.com: changed the value]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/cpu.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/cpu.h b/arch/arm/plat-samsung/include/plat/cpu.h index 6070c6b00200..efd920ec3b75 100644 --- a/arch/arm/plat-samsung/include/plat/cpu.h +++ b/arch/arm/plat-samsung/include/plat/cpu.h | |||
@@ -30,7 +30,7 @@ extern unsigned long samsung_cpu_id; | |||
30 | 30 | ||
31 | #define S5P6440_CPU_ID 0x56440000 | 31 | #define S5P6440_CPU_ID 0x56440000 |
32 | #define S5P6450_CPU_ID 0x36450000 | 32 | #define S5P6450_CPU_ID 0x36450000 |
33 | #define S5P64XX_CPU_MASK 0x1FF40000 | 33 | #define S5P64XX_CPU_MASK 0xFFFFF000 |
34 | 34 | ||
35 | #define S5PC100_CPU_ID 0x43100000 | 35 | #define S5PC100_CPU_ID 0x43100000 |
36 | #define S5PC100_CPU_MASK 0xFFFFF000 | 36 | #define S5PC100_CPU_MASK 0xFFFFF000 |