From 9e77dab68496f68ccc50f47638c79f24106f0546 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 27 Aug 2013 09:57:52 +0200 Subject: microblaze: Remove selfmodified feature This was experimental feature which has never been widely used because it expects GCC behaviour. Also remove INTC_BASE and TIMER_BASE macros. Signed-off-by: Michal Simek --- arch/microblaze/platform/Kconfig.platform | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'arch/microblaze/platform') diff --git a/arch/microblaze/platform/Kconfig.platform b/arch/microblaze/platform/Kconfig.platform index b1747211b8b..db1aa5c22ce 100644 --- a/arch/microblaze/platform/Kconfig.platform +++ b/arch/microblaze/platform/Kconfig.platform @@ -18,28 +18,6 @@ config PLATFORM_GENERIC endchoice -config SELFMOD - bool "Use self modified code for intc/timer" - depends on NO_MMU - default n - help - This choice enables self-modified code for interrupt controller - and timer. - -config SELFMOD_INTC - bool "Use self modified code for intc" - depends on SELFMOD - default y - help - This choice enables self-modified code for interrupt controller. - -config SELFMOD_TIMER - bool "Use self modified code for timer" - depends on SELFMOD - default y - help - This choice enables self-modified code for timer. - config OPT_LIB_FUNCTION bool "Optimalized lib function" default y -- cgit v1.2.3-70-g09d2