]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/corenet_ds/p5020ds_ddr.c
Driver/DDR: Moving Freescale DDR driver to a common driver
[people/ms/u-boot.git] / board / freescale / corenet_ds / p5020ds_ddr.c
CommitLineData
e02aea61
KG
1/*
2 * Copyright 2009-2010 Freescale Semiconductor, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * Version 2 as published by the Free Software Foundation.
7 */
8
9#include <common.h>
5614e71b 10#include <fsl_ddr_sdram.h>
e02aea61
KG
11
12fixed_ddr_parm_t fixed_ddr_parm_0[] = {
13 {0, 0, NULL}
14};
15
16fixed_ddr_parm_t fixed_ddr_parm_1[] = {
17 {0, 0, NULL}
18};