diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/alpr.h | 1 | ||||
| -rw-r--r-- | include/configs/bamboo.h | 1 | ||||
| -rw-r--r-- | include/configs/ebony.h | 1 | ||||
| -rw-r--r-- | include/configs/katmai.h | 1 | ||||
| -rw-r--r-- | include/configs/luan.h | 1 | ||||
| -rw-r--r-- | include/configs/ocotea.h | 1 | ||||
| -rw-r--r-- | include/configs/taishan.h | 1 | ||||
| -rw-r--r-- | include/configs/yucca.h | 1 | 
8 files changed, 0 insertions, 8 deletions
| diff --git a/include/configs/alpr.h b/include/configs/alpr.h index 3e906c425..fb6feb527 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -33,7 +33,6 @@  #define CONFIG_4xx		1	    /* ... PPC4xx family	*/  #define CONFIG_BOARD_EARLY_INIT_F 1	    /* Call board_pre_init	*/  #define CONFIG_LAST_STAGE_INIT	1	    /* call last_stage_init()	*/ -#undef	CFG_DRAM_TEST			    /* Disable-takes long time! */  #define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/  #define CONFIG_4xx_DCACHE		/* Enable i- and d-cache	*/ diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 2f0df8ad2..8d7716405 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -223,7 +223,6 @@  #define SPD_EEPROM_ADDRESS	{CFG_SIMULATE_SPD_EEPROM, 0x50, 0x51}  #define CFG_MBYTES_SDRAM	(64)	/* 64MB fixed size for early-sdram-init */  #define CONFIG_PROG_SDRAM_TLB -#undef  CFG_DRAM_TEST  /*-----------------------------------------------------------------------   * I2C diff --git a/include/configs/ebony.h b/include/configs/ebony.h index ba68fd4b9..b41fa175f 100644 --- a/include/configs/ebony.h +++ b/include/configs/ebony.h @@ -35,7 +35,6 @@  #define CONFIG_440		1	    /* ... PPC440 family	*/  #define CONFIG_4xx		1	    /* ... PPC4xx family	*/  #define CONFIG_BOARD_EARLY_INIT_F 1	    /* Call board_early_init_f	*/ -#undef	CFG_DRAM_TEST			    /* Disable-takes long time! */  #define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/  /* diff --git a/include/configs/katmai.h b/include/configs/katmai.h index cce883fd8..3c8186289 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -37,7 +37,6 @@  #define CONFIG_4xx			1	/* ... PPC4xx family	*/  #define CONFIG_440			1	/* ... PPC440 family	*/  #define CONFIG_440SPE			1	/* Specifc SPe support	*/ -#undef	CFG_DRAM_TEST				/* Disable-takes long time */  #define CONFIG_SYS_CLK_FREQ	33333333	/* external freq to pll	*/  #define CONFIG_BOARD_EARLY_INIT_F 1	/* Call board_pre_init		*/ diff --git a/include/configs/luan.h b/include/configs/luan.h index 37151d31f..41999d32f 100644 --- a/include/configs/luan.h +++ b/include/configs/luan.h @@ -68,7 +68,6 @@  #define CFG_FLASH_BASE		CFG_SMALL_FLASH  #endif -#undef CFG_DRAM_TEST  #if CFG_SRAM_BASE  #define CFG_KBYTES_SDRAM	1024*2  #else diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index be2b3ec7e..1ec7a253f 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -44,7 +44,6 @@  #define CONFIG_440		1	    /* ... PPC440 family	*/  #define CONFIG_4xx		1	    /* ... PPC4xx family	*/  #define CONFIG_BOARD_EARLY_INIT_F 1	    /* Call board_pre_init	*/ -#undef	CFG_DRAM_TEST			    /* Disable-takes long time! */  #define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/  /*----------------------------------------------------------------------- diff --git a/include/configs/taishan.h b/include/configs/taishan.h index 1879d3852..7b084cb78 100644 --- a/include/configs/taishan.h +++ b/include/configs/taishan.h @@ -32,7 +32,6 @@  #define CONFIG_440GX		1	/* Specifc GX support		*/  #define CONFIG_440		1	/* ... PPC440 family		*/  #define CONFIG_4xx		1	/* ... PPC4xx family		*/ -#undef	CFG_DRAM_TEST			/* Disable-takes long time!	*/  #define CONFIG_SYS_CLK_FREQ	33333333 /* external freq to pll	*/  #define CONFIG_BOARD_EARLY_INIT_F 1	/* Call board_pre_init		*/ diff --git a/include/configs/yucca.h b/include/configs/yucca.h index 6f9d3e3c6..9a0813f6c 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -38,7 +38,6 @@  #define CONFIG_440			1	/* ... PPC440 family	*/  #define CONFIG_440SPE			1	/* Specifc SPe support	*/  #define CONFIG_BOARD_EARLY_INIT_F	1	/* Call board_pre_init	*/ -#undef	CFG_DRAM_TEST				/* Disable-takes long time */  #define CONFIG_SYS_CLK_FREQ	33333333	/* external freq to pll	*/  #define EXTCLK_33_33		33333333  #define EXTCLK_66_66		66666666 |