1e02aea61SKumar Gala /*
2e02aea61SKumar Gala  * Copyright 2009-2010 Freescale Semiconductor, Inc.
3e02aea61SKumar Gala  *
4e02aea61SKumar Gala  * This program is free software; you can redistribute it and/or
5e02aea61SKumar Gala  * modify it under the terms of the GNU General Public License
6e02aea61SKumar Gala  * Version 2 as published by the Free Software Foundation.
7e02aea61SKumar Gala  */
8e02aea61SKumar Gala 
9e02aea61SKumar Gala #include <common.h>
10*5614e71bSYork Sun #include <fsl_ddr_sdram.h>
11e02aea61SKumar Gala 
12e02aea61SKumar Gala fixed_ddr_parm_t fixed_ddr_parm_0[] = {
13e02aea61SKumar Gala 	{0, 0, NULL}
14e02aea61SKumar Gala };
15