|
@@ -275,10 +275,6 @@
|
|
|
|
|
|
/* The stack sizes are set up in start.S using the settings below */
|
|
/* The stack sizes are set up in start.S using the settings below */
|
|
#define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */
|
|
#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 */
|
|
/* Physical Memory Map */
|
|
#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
|
|
#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
|