1*83d290c5STom Rini // SPDX-License-Identifier: GPL-2.0
2e02aea61SKumar Gala /*
3e02aea61SKumar Gala  * Copyright 2009-2010 Freescale Semiconductor, Inc.
4e02aea61SKumar Gala  */
5e02aea61SKumar Gala 
6e02aea61SKumar Gala #include <common.h>
75614e71bSYork Sun #include <fsl_ddr_sdram.h>
8e02aea61SKumar Gala 
9e02aea61SKumar Gala fixed_ddr_parm_t fixed_ddr_parm_0[] = {
10e02aea61SKumar Gala 	{0, 0, NULL}
11e02aea61SKumar Gala };
12