summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-05-19 11:34:53 +0200
committerStefan Roese <sr@denx.de>2008-06-03 20:22:24 +0200
commit3c1de1a6d36be9eee284a6c596a86e94f19cc5b2 (patch)
tree7c6a79e608589c68ec9bcdcc6a441369a3b7cfbc /include
parentbbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a (diff)
downloadblackbird-obmc-uboot-3c1de1a6d36be9eee284a6c596a86e94f19cc5b2.tar.gz
blackbird-obmc-uboot-3c1de1a6d36be9eee284a6c596a86e94f19cc5b2.zip
ppc4xx: Remove implementations of testdram()
This patch removes the used testdram() implementations of the board that are maintained by myself. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/alpr.h1
-rw-r--r--include/configs/bamboo.h1
-rw-r--r--include/configs/ebony.h1
-rw-r--r--include/configs/katmai.h1
-rw-r--r--include/configs/luan.h1
-rw-r--r--include/configs/ocotea.h1
-rw-r--r--include/configs/taishan.h1
-rw-r--r--include/configs/yucca.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index 3e906c4251..fb6feb5274 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 2f0df8ad2d..8d77164059 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 ba68fd4b96..b41fa175fe 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 cce883fd85..3c8186289a 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 37151d31fd..41999d32f9 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 be2b3ec7ef..1ec7a253fc 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 1879d38522..7b084cb78e 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 6f9d3e3c6f..9a0813f6cf 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
OpenPOWER on IntegriCloud