From 3b2817b6e55e60c4f210f727c5331325a79f30d3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 25 May 2018 10:19:32 +0200 Subject: 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. --- bsps/arm/gumstix/include/bsp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bsps/arm') 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) -- cgit v1.2.3