summaryrefslogtreecommitdiffstats
path: root/board/freescale/t4qds/ddr.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2015-04-21 10:09:52 -0700
committerYork Sun <yorksun@freescale.com>2015-05-04 09:23:46 -0700
commit7fc63cca611b9d2b5f170f9f37e6f99ddf5992a9 (patch)
treea2faa72b42b79a26a15c95b297e4a9bc62f0b0ec /board/freescale/t4qds/ddr.h
parente1bfd1c6b7bc0dc530247fd9108feba3147adf36 (diff)
downloadblackbird-obmc-uboot-7fc63cca611b9d2b5f170f9f37e6f99ddf5992a9.tar.gz
blackbird-obmc-uboot-7fc63cca611b9d2b5f170f9f37e6f99ddf5992a9.zip
mpc85xx/T4240EMU: Remove T4240EMU board
T4240 SoC has been available for a long time. Emulator support is no longer needed. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t4qds/ddr.h')
-rw-r--r--board/freescale/t4qds/ddr.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/board/freescale/t4qds/ddr.h b/board/freescale/t4qds/ddr.h
index 8183af78fe..4d0e3c497d 100644
--- a/board/freescale/t4qds/ddr.h
+++ b/board/freescale/t4qds/ddr.h
@@ -25,7 +25,6 @@ struct board_specific_parameters {
* for each n_ranks group.
*/
-#ifdef CONFIG_T4240QDS
static const struct board_specific_parameters udimm0[] = {
/*
* memory controller 0
@@ -63,31 +62,6 @@ static const struct board_specific_parameters rdimm0[] = {
{}
};
-#else /* CONFIG_T4240EMU */
-static const struct board_specific_parameters udimm0[] = {
- /*
- * memory controller 0
- * num| hi| rank| clk| wrlvl | wrlvl | wrlvl | cpo |wrdata|2T
- * ranks| mhz| GB |adjst| start | ctl2 | ctl3 | |delay |
- */
- {2, 2140, 0, 4, 8, 0x0, 0x0, 0xff, 2, 0},
- {1, 2140, 0, 4, 8, 0x0, 0x0, 0xff, 2, 0},
- {}
-};
-
-static const struct board_specific_parameters rdimm0[] = {
- /*
- * memory controller 0
- * num| hi| rank| clk| wrlvl | wrlvl | wrlvl | cpo |wrdata|2T
- * ranks| mhz| GB |adjst| start | ctl2 | ctl3 | |delay |
- */
- {4, 2140, 0, 5, 8, 0x0, 0x0, 0xff, 2, 0},
- {2, 2140, 0, 5, 8, 0x0, 0x0, 0xff, 2, 0},
- {1, 2140, 0, 4, 8, 0x0, 0x0, 0xff, 2, 0},
- {}
-};
-#endif /* CONFIG_T4240EMU */
-
/*
* The three slots have slightly different timing. The center values are good
* for all slots. We use identical speed tables for them. In future use, if
OpenPOWER on IntegriCloud