diff options
Diffstat (limited to 'include/configs/omap3_mvblx.h')
| -rw-r--r-- | include/configs/omap3_mvblx.h | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h index 6a1304681..67af31465 100644 --- a/include/configs/omap3_mvblx.h +++ b/include/configs/omap3_mvblx.h @@ -39,6 +39,7 @@  #define CONFIG_OMAP34XX		1	/* which is a 34XX */  #define CONFIG_MVBLX		1	/* working with mvBlueLYNX-X */  #define CONFIG_MACH_TYPE	MACH_TYPE_MVBLX +#define CONFIG_OMAP_GPIO  #define CONFIG_SDRC	/* The chip has SDRC controller */ @@ -55,7 +56,6 @@  #define V_OSCK			26000000	/* Clock output from T2 */  #define V_SCLK			(V_OSCK >> 1) -#undef CONFIG_USE_IRQ				/* no support for IRQs */  #define CONFIG_MISC_INIT_R  #define CONFIG_OF_LIBFDT		1 @@ -247,13 +247,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 128 KiB */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1 |