summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-08-27 17:09:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-30 12:05:16 +0200
commitcb7d858cc5a84ceca8b2989e705fa6bebad2659b (patch)
tree2698e06a2fa5962d689ffb0b94585b14516c3a8f /include
parent987b49d5892762d0227a6f6bdd1ca047bf23db51 (diff)
downloadbarebox-cb7d858cc5a84ceca8b2989e705fa6bebad2659b.tar.gz
barebox-cb7d858cc5a84ceca8b2989e705fa6bebad2659b.tar.xz
Kconfig: create Kconfig symbol for ARCH_HAS_DATA_ABORT_MASK
Other arch-specific features are exposed in Kconfig too, so do here likewise. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/abort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/abort.h b/include/abort.h
index 326467c25f..3eb7986f41 100644
--- a/include/abort.h
+++ b/include/abort.h
@@ -3,7 +3,7 @@
#include <asm/barebox.h>
-#if defined ARCH_HAS_DATA_ABORT_MASK && !defined __PBL__
+#if defined CONFIG_ARCH_HAS_DATA_ABORT_MASK && !defined __PBL__
/*
* data_abort_mask - ignore data aborts