diff options
Diffstat (limited to 'include/configs/pm9263.h')
| -rw-r--r-- | include/configs/pm9263.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index d202d0ad2..b60a9ade1 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -49,7 +49,6 @@  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9263"  #define CONFIG_PM9263		1	/* on a Ronetix PM9263 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_PM9263	1475 @@ -412,10 +411,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 |