X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Forigen.h;h=1ab983493eeba9eb3d8393c84d3fd78d90b07e21;hb=3d6ba91e793808d1612152e9f9b8c51b3ca6c926;hp=172bf1472bf69a8d160be1629f61ab0e69679013;hpb=6f0dba85a92b55f67a3610241060caaa41b5939e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/origen.h b/include/configs/origen.h index 172bf14..1ab9834 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -116,9 +116,6 @@ #define CONFIG_SYS_HZ 1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE (256 << 10) /* 256KB */ - /* ORIGEN has 4 bank of DRAM */ #define CONFIG_NR_DRAM_BANKS 4 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */ @@ -136,11 +133,6 @@ #undef CONFIG_CMD_IMLS #define CONFIG_IDENT_STRING " for ORIGEN" -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */ -#endif - #define CONFIG_CLK_1000_400_200 /* MIU (Memory Interleaving Unit) */