xref: /rk3399_rockchip-uboot/board/freescale/corenet_ds/p3041ds_ddr.c (revision 5b8031ccb4ed6e84457d883198d77efc307085dc)
1e02aea61SKumar Gala /*
2e02aea61SKumar Gala  * Copyright 2009-2010 Freescale Semiconductor, Inc.
3e02aea61SKumar Gala  *
4*5b8031ccSTom Rini  * SPDX-License-Identifier:	GPL-2.0
5e02aea61SKumar Gala  */
6e02aea61SKumar Gala 
7e02aea61SKumar Gala #include <common.h>
85614e71bSYork Sun #include <fsl_ddr_sdram.h>
9e02aea61SKumar Gala 
10e02aea61SKumar Gala fixed_ddr_parm_t fixed_ddr_parm_0[] = {
11e02aea61SKumar Gala 	{0, 0, NULL}
12e02aea61SKumar Gala };
13