diff options
Diffstat (limited to 'include/configs/davinci_sffsdr.h')
| -rw-r--r-- | include/configs/davinci_sffsdr.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 23b0ba700..958b19ad3 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -44,7 +44,6 @@  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* memtest start address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024)	/* regular stack */  #define PHYS_SDRAM_1		0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x08000000	/* DDR size 128MB */  #define DDR_4BANKS				/* 4-bank DDR2 (128MB) */ @@ -88,7 +87,6 @@  #define CONFIG_SYS_I2C_PCA9543_ADDR_LEN	0	/* Single register. */  #define CONFIG_SYS_I2C_PCA9543_ENABLE_CH0	0x01	/* Enable channel 0. */  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_MISC_INIT_R  #define CONFIG_BOOTDELAY	5		/* Autoboot after 5 seconds. */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */ |