]> git.sur5r.net Git - u-boot/blobdiff - include/configs/a320evb.h
ARM: Remove unused stack and irq config defines
[u-boot] / include / configs / a320evb.h
index a2b347a8288e22e92a45a25fabd0220c2277c4db..5a8d01009ad3111228d4756cec16ee5aff1c8b00 100644 (file)
@@ -39,8 +39,6 @@
 /*
  * CPU and Board Configuration Options
  */
-#undef CONFIG_USE_IRQ          /* we don't need IRQ/FIQ stuff */
-
 #undef CONFIG_SKIP_LOWLEVEL_INIT
 
 /*
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
-/*
- * 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
-
 /*
  * Size of malloc() pool
  */