]> git.sur5r.net Git - u-boot/blobdiff - include/configs/integratorcp.h
ARM: Remove unused stack and irq config defines
[u-boot] / include / configs / integratorcp.h
index ca2d92d79f9ed06be9149db9fc0133af96257864..d5043df6f0393dd359dc6dd412149afe821a84c8 100644 (file)
 
 #define CONFIG_SYS_LOAD_ADDR   0x7fc0  /* default load address */
 
-/*-----------------------------------------------------------------------
- * Stack sizes
- *
- * The stack sizes are set up in start.S using the settings below
- */
-#define CONFIG_STACKSIZE       (128*1024)      /* regular stack */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ   (4*1024)        /* IRQ stack */
-#define CONFIG_STACKSIZE_FIQ   (4*1024)        /* FIQ stack */
-#endif
-
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  */