提交 b02b5da4 编写于 作者: A Ajay Kumar 提交者: Kukjin Kim

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: NAjay Kumar <ajaykumar.rs@samsung.com>
[kgene.kim@samsung.com: changed the value]
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 2747f5e5
...@@ -30,7 +30,7 @@ extern unsigned long samsung_cpu_id; ...@@ -30,7 +30,7 @@ extern unsigned long samsung_cpu_id;
#define S5P6440_CPU_ID 0x56440000 #define S5P6440_CPU_ID 0x56440000
#define S5P6450_CPU_ID 0x36450000 #define S5P6450_CPU_ID 0x36450000
#define S5P64XX_CPU_MASK 0x1FF40000 #define S5P64XX_CPU_MASK 0xFFFFF000
#define S5PC100_CPU_ID 0x43100000 #define S5PC100_CPU_ID 0x43100000
#define S5PC100_CPU_MASK 0xFFFFF000 #define S5PC100_CPU_MASK 0xFFFFF000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部