summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gumstix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-25 10:19:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-25 10:22:32 +0200
commit3b2817b6e55e60c4f210f727c5331325a79f30d3 (patch)
treef9667441854b3f7ca742dccce42706410f71f681 /bsps/arm/gumstix
parentbsp/atsam: Reserve one region for applications. (diff)
downloadrtems-3b2817b6e55e60c4f210f727c5331325a79f30d3.tar.bz2
gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY
This define is not supported by confdefs.h. In addition, on ARM the interrupt stack size is defined by the linker command file.
Diffstat (limited to 'bsps/arm/gumstix')
-rw-r--r--bsps/arm/gumstix/include/bsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bsps/arm/gumstix/include/bsp.h b/bsps/arm/gumstix/include/bsp.h
index caee8f9e19..33cc6e4cea 100644
--- a/bsps/arm/gumstix/include/bsp.h
+++ b/bsps/arm/gumstix/include/bsp.h
@@ -51,9 +51,6 @@ console_tbl *BSP_get_uart_from_minor(int minor);
static inline int32_t BSP_get_baud(void) {return 115200;}
-/** @brief How big should the interrupt stack be? */
-#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
-
#define ST_PIMR_PIV 33 /* 33 ticks of the 32.768Khz clock ~= 1msec */
#define outport_byte(port,val) *((unsigned char volatile*)(port)) = (val)