mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: system_info fix CPU_IS_ARM1176
@ 2015-01-05 13:24 Jean-Christophe PLAGNIOL-VILLARD
  2015-01-05 13:24 ` [PATCH 2/2] versatilepb: allow to compile it an arm1176 Jean-Christophe PLAGNIOL-VILLARD
  2015-01-06 13:52 ` [PATCH 1/2] arm: system_info fix CPU_IS_ARM1176 Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2015-01-05 13:24 UTC (permalink / raw)
  To: barebox

we need to apply the mask

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/include/asm/system_info.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/system_info.h b/arch/arm/include/asm/system_info.h
index 6182860..0761848 100644
--- a/arch/arm/include/asm/system_info.h
+++ b/arch/arm/include/asm/system_info.h
@@ -23,7 +23,7 @@
 #define CPU_IS_ARM926		0x41069260
 #define CPU_IS_ARM926_MASK	0xff0ffff0
 
-#define CPU_IS_ARM1176		0x410fb767
+#define CPU_IS_ARM1176		0x410fb760
 #define CPU_IS_ARM1176_MASK	0xff0ffff0
 
 #define CPU_IS_CORTEX_A8	0x410fc080
-- 
2.1.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-06 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05 13:24 [PATCH 1/2] arm: system_info fix CPU_IS_ARM1176 Jean-Christophe PLAGNIOL-VILLARD
2015-01-05 13:24 ` [PATCH 2/2] versatilepb: allow to compile it an arm1176 Jean-Christophe PLAGNIOL-VILLARD
2015-01-06 13:52 ` [PATCH 1/2] arm: system_info fix CPU_IS_ARM1176 Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox