diff options
Diffstat (limited to 'include/configs/apollon.h')
| -rw-r--r-- | include/configs/apollon.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/include/configs/apollon.h b/include/configs/apollon.h index aebca71ec..b8ca8a849 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -66,7 +66,6 @@  /* the OMAP2420 H4 has 12MHz, 13MHz, or 19.2Mhz crystal input */  #define	CONFIG_SYS_CLK_FREQ	V_SCLK -#undef	CONFIG_USE_IRQ	/* no support for IRQs */  #define	CONFIG_MISC_INIT_R  #define	CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs */ @@ -207,13 +206,6 @@  #define	CONFIG_SYS_HZ		((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define	CONFIG_STACKSIZE SZ_128K	/* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define	CONFIG_NR_DRAM_BANKS	1	/* CS1 may or may not be populated */ |