diff options
Diffstat (limited to 'include/configs/omap4_common.h')
| -rw-r--r-- | include/configs/omap4_common.h | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 277183996..ee0c4b9d9 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -49,7 +49,6 @@  #define V_OSCK			38400000	/* Clock output from T2 */  #define V_SCLK                   V_OSCK -#undef CONFIG_USE_IRQ				/* no support for IRQs */  #define CONFIG_MISC_INIT_R  #define CONFIG_OF_LIBFDT		1 @@ -207,17 +206,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 << 10)	/* Regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack */ -#endif - -/*   * SDRAM Memory Map   * Even though we use two CS all the memory   * is mapped to one contiguous block |