X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=include%2Fconfigs%2Fomap5_evm.h;h=4f0a6c13582c75e7968fc740b741d44fffa3dc93;hb=3d6ba91e793808d1612152e9f9b8c51b3ca6c926;hp=4d6de16734fa2c951a5566268717de3501c44171;hpb=6f0dba85a92b55f67a3610241060caaa41b5939e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 4d6de16..4f0a6c1 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -52,7 +52,6 @@ #define V_OSCK 19200000 /* Clock output from T2 */ #define V_SCLK V_OSCK -#undef CONFIG_USE_IRQ /* no support for IRQs */ #define CONFIG_MISC_INIT_R #define CONFIG_OF_LIBFDT @@ -210,17 +209,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 */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ (4 << 10) /* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ (4 << 10) /* FIQ stack */ -#endif - -/* * SDRAM Memory Map * Even though we use two CS all the memory * is mapped to one contiguous block