mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Limit data_abort_mask to !PBL
@ 2015-07-29  8:21 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2015-07-29  8:21 UTC (permalink / raw)
  To: Barebox List

To make memory_display usable in PBL

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 include/abort.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/abort.h b/include/abort.h
index 7f14cb0..326467c 100644
--- a/include/abort.h
+++ b/include/abort.h
@@ -3,7 +3,7 @@
 
 #include <asm/barebox.h>
 
-#ifdef ARCH_HAS_DATA_ABORT_MASK
+#if defined ARCH_HAS_DATA_ABORT_MASK && !defined __PBL__
 
 /*
  * data_abort_mask - ignore data aborts
-- 
2.1.4


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-29  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29  8:21 [PATCH] Limit data_abort_mask to !PBL Sascha Hauer

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