virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.
This commit is contained in:
Tim Cussins
2016-11-03 12:49:12 -05:00
committed by Joel Sherrill
parent 8cf2f8b6f3
commit 11ae6f94f8
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
* confdefs.h overrides for this BSP:
* - Interrupt stack space is not minimum if defined.
*/
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
#ifdef ASM
/* Definition of where to store registers in alignment handler */

View File

@@ -49,7 +49,7 @@
* confdefs.h overrides for this BSP:
* - Interrupt stack space is not minimum if defined.
*/
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
#ifdef ASM
/* Definition of where to store registers in alignment handler */