diff options
Diffstat (limited to 'include/configs/SX1.h')
| -rw-r--r-- | include/configs/SX1.h | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/include/configs/SX1.h b/include/configs/SX1.h index ea0936899..93d031ca8 100644 --- a/include/configs/SX1.h +++ b/include/configs/SX1.h @@ -35,8 +35,6 @@  /* input clock of PLL */  #define CONFIG_SYS_CLK_FREQ	12000000	/* the SX1 has 12MHz input clock */ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_MISC_INIT_R  #define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/ @@ -140,17 +138,6 @@  #define CONFIG_SYS_HZ		1000  /*----------------------------------------------------------------------- - * 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   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ |