summaryrefslogtreecommitdiffstats
path: root/include/configs/mpc7448hpc2.h
diff options
context:
space:
mode:
authorroy zang <tie-fei.zang@freescale.com>2006-12-04 14:33:08 +0800
committerZang Tiefei <roy@bus.ap.freescale.net>2006-12-04 14:33:08 +0800
commit6f12c61cf31ed73d72ddfcfc712a854a3a177aaf (patch)
tree37638f8b74b08418af64c5c073a107f6e3e546f9 /include/configs/mpc7448hpc2.h
parentc9c1eeed7dd193fa65fb194654132040d49d4d3a (diff)
downloadblackbird-obmc-uboot-6f12c61cf31ed73d72ddfcfc712a854a3a177aaf.tar.gz
blackbird-obmc-uboot-6f12c61cf31ed73d72ddfcfc712a854a3a177aaf.zip
Remove the duplicate memory test code for mpc744ihpc2 board.
If a memory test is needed, please use the functions in post/memory.c or memtest command. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Diffstat (limited to 'include/configs/mpc7448hpc2.h')
-rw-r--r--include/configs/mpc7448hpc2.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h
index c9131a432c..38c382cf7c 100644
--- a/include/configs/mpc7448hpc2.h
+++ b/include/configs/mpc7448hpc2.h
@@ -203,30 +203,8 @@
#define CFG_MAXARGS 16 /* max number of command args */
#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
-/*
-#define CFG_DRAM_TEST
- * DRAM tests
- * CFG_DRAM_TEST - enables the following tests.
- *
- * CFG_DRAM_TEST_DATA - Enables test for shorted or open data lines
- * Environment variable 'test_dram_data' must be
- * set to 'y'.
- * CFG_DRAM_TEST_ADDRESS - Enables test to verify that each word
- * is uniquely addressable. Environment variable
- * 'test_dram_address' must be set to 'y'.
- * CFG_DRAM_TEST_WALK - Enables test a 64-bit walking ones pattern test.
- * This test takes about 6 minutes to test 64 MB.
- * Environment variable 'test_dram_walk' must be
- * set to 'y'.
- */
-#undef CFG_DRAM_TEST
#define CFG_MEMTEST_START 0x00400000 /* memtest works on */
#define CFG_MEMTEST_END 0x07c00000 /* 4 ... 124 MB in DRAM */
-#if defined(CFG_DRAM_TEST)
-#define CFG_DRAM_TEST_DATA
-#define CFG_DRAM_TEST_ADDRESS
-#define CFG_DRAM_TEST_WALK
-#endif /* CFG_DRAM_TEST */
#define CFG_LOAD_ADDR 0x00400000 /* default load address */
OpenPOWER on IntegriCloud