diff options
Diffstat (limited to 'include/configs/pm9261.h')
| -rw-r--r-- | include/configs/pm9261.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index cdb3593c4..ecc72b72d 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -49,7 +49,6 @@  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9261"  #define CONFIG_PM9261		1	/* on a Ronetix PM9261 Board	*/  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_SYS_TEXT_BASE	0  #define MACH_TYPE_PM9261	1187 @@ -380,10 +379,4 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 0x1000 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif |