summaryrefslogtreecommitdiff
path: root/include/configs/cpu9260.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/cpu9260.h')
-rw-r--r--include/configs/cpu9260.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h
index a877066c4b..d65415a62c 100644
--- a/include/configs/cpu9260.h
+++ b/include/configs/cpu9260.h
@@ -51,7 +51,6 @@
#define CONFIG_AT91FAMILY
#define CONFIG_ARCH_CPU_INIT
-#undef CONFIG_USE_IRQ
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_BOARD_EARLY_INIT_F
@@ -511,10 +510,4 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 4 * 1024 - \
GENERATED_GBL_DATA_SIZE)
-#define CONFIG_STACKSIZE (32 * 1024)
-
-#if defined(CONFIG_USE_IRQ)
-#error CONFIG_USE_IRQ not supported
-#endif
-
#endif