]> git.sur5r.net Git - u-boot/blobdiff - include/configs/highbank.h
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / include / configs / highbank.h
index 897bc3937c31a56139ce9246c7727623e8fd8e31..62cc08cebd388c06274cec673d22b89ffb53c3d2 100644 (file)
 
 #define CONFIG_SYS_LOAD_ADDR           0x800000
 
-/*-----------------------------------------------------------------------
- * 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
  */