diff options
Diffstat (limited to 'include/configs/omap5_evm.h')
-rw-r--r-- | include/configs/omap5_evm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 4d6de16..4f0a6c1 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -52,7 +52,6 @@ #define V_OSCK 19200000 /* 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 @@ -210,17 +209,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 |