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