summaryrefslogtreecommitdiffstats
path: root/arch/mips/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 /arch/mips/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 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/barebox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/barebox.h b/arch/mips/include/asm/barebox.h
index 2d13ee932f..4c68e3f835 100644
--- a/arch/mips/include/asm/barebox.h
+++ b/arch/mips/include/asm/barebox.h
@@ -3,6 +3,4 @@
#ifndef _ASM_MIPS_BAREBOX_H_
#define _ASM_MIPS_BAREBOX_H_
-#define ARCH_HAS_DATA_ABORT_MASK
-
#endif /* _ASM_MIPS_BAREBOX_H_ */