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