]> git.sur5r.net Git - u-boot/blobdiff - include/configs/devkit8000.h
ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused
[u-boot] / include / configs / devkit8000.h
index e27e2829d204a70e94b86a770ecc637873b9cae7..3ea453250007b293542c969b88f428d7a4ef980d 100644 (file)
 
 /* The stack sizes are set up in start.S using the settings below */
 #define CONFIG_STACKSIZE       (128 << 10)     /* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ           (4 << 10)       /* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ           (4 << 10)       /* FIQ stack 4 KiB */
-#endif
 
 /*  Physical Memory Map  */
 #define CONFIG_NR_DRAM_BANKS           2 /* CS1 may or may not be populated */