summaryrefslogtreecommitdiffstats
path: root/board/freescale/corenet_ds/p5040ds_ddr.c
diff options
context:
space:
mode:
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 0000000000..e65de364d7
--- /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}
+};
OpenPOWER on IntegriCloud