summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds/p5040ds_ddr.c
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2012-10-23 09:40:22 +0000
committerAndy Fleming <afleming@freescale.com>2012-11-27 18:28:06 -0600
commitd31e53b42c35a9285c1e688733ceaa995689418b (patch)
treee7fce076b1adb09e1acef3cde44acd886cab6362 /board/freescale/corenet_ds/p5040ds_ddr.c
parent1956e431f8b0d1f4731794d9969d8e98240fefb4 (diff)
downloadu-boot-imx-d31e53b42c35a9285c1e688733ceaa995689418b.zip
u-boot-imx-d31e53b42c35a9285c1e688733ceaa995689418b.tar.gz
u-boot-imx-d31e53b42c35a9285c1e688733ceaa995689418b.tar.bz2
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
The P5040DS reference board (a.k.a "Superhydra") is an enhanced version of P3041DS/P5020DS ("Hydra") reference board. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/freescale/corenet_ds/p5040ds_ddr.c')
-rw-r--r--board/freescale/corenet_ds/p5040ds_ddr.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/freescale/corenet_ds/p5040ds_ddr.c b/board/freescale/corenet_ds/p5040ds_ddr.c
new file mode 100644
index 0000000..e65de36
--- /dev/null
+++ b/board/freescale/corenet_ds/p5040ds_ddr.c
@@ -0,0 +1,18 @@
+/*
+ * Copyright 2009-2010 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * Version 2 as published by the Free Software Foundation.
+ */
+
+#include <common.h>
+#include <asm/fsl_ddr_sdram.h>
+
+fixed_ddr_parm_t fixed_ddr_parm_0[] = {
+ {0, 0, NULL}
+};
+
+fixed_ddr_parm_t fixed_ddr_parm_1[] = {
+ {0, 0, NULL}
+};