diff options
Diffstat (limited to 'include/configs/otc570.h')
| -rw-r--r-- | include/configs/otc570.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 7abc42a4f..fe4f3c0fa 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -67,7 +67,6 @@  #define CONFIG_REVISION_TAG  #define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */  #define CONFIG_MISC_INIT_R			/* Call misc_init_r */ -#undef	CONFIG_USE_IRQ				/* don't need IRQ/FIQ stuff */  #define CONFIG_DISPLAY_BOARDINFO		/* call checkboard() */  #define CONFIG_DISPLAY_CPUINFO			/* display cpu info and speed */ @@ -274,10 +273,4 @@  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + \  					128*1024, 0x1000) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -# error CONFIG_USE_IRQ not supported -#endif -  #endif |