diff options
Diffstat (limited to 'include/configs/omap3_evm_common.h')
| -rw-r--r-- | include/configs/omap3_evm_common.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index b12ce2e4d..d9578f47b 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -29,8 +29,6 @@  #define CONFIG_OMAP3_EVM		/* This is a OMAP3 EVM */  #define CONFIG_TWL4030_POWER		/* with TWL4030 PMIC */ -#undef CONFIG_USE_IRQ			/* no support for IRQs */ -  /*   * Clock related definitions   */ @@ -53,12 +51,6 @@  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (128 << 10))  /* - * Stack sizes - * These values are used in start.S - */ -#define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */ - -/*   * Physical Memory Map   * Note 1: CS1 may or may not be populated   * Note 2: SDRAM size is expected to be at least 32MB |