]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/trizepsiv.h
ARM: Remove unused stack and irq config defines
[karo-tx-uboot.git] / include / configs / trizepsiv.h
index b4ec8f0c3cc187763aa776b4aa4a7cea7aaa79f5..151059a939098c666067832796624e6c1f12eb4c 100644 (file)
@@ -46,8 +46,6 @@
 #define CONFIG_BOARD_LATE_INIT
 #define        CONFIG_SYS_TEXT_BASE    0x0
 
-#undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff */
-
 /* we will never enable dcache, because we have to setup MMU first */
 #define CONFIG_SYS_DCACHE_OFF
 
 #define CONFIG_SYS_MMC_BASE            0xF0000000
 #endif
 
-/*
- * 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
  */