]> git.sur5r.net Git - u-boot/blobdiff - include/configs/versatile.h
ARM: Remove unused stack and irq config defines
[u-boot] / include / configs / versatile.h
index ff23a92d919b342abbe5e19f4910ba15ec63059c..38f5302e71899ff36811ca49ee74fa58f413712e 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
  */