In a number of places we had wordings of the GPL (or LGPL in a few cases) license text that were split in such a way that it wasn't caught previously. Convert all of these to the correct SPDX-License-Identifier tag. Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
263 B
C
17 lines
263 B
C
/*
|
|
* Copyright 2009-2010 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#include <common.h>
|
|
#include <fsl_ddr_sdram.h>
|
|
|
|
fixed_ddr_parm_t fixed_ddr_parm_0[] = {
|
|
{0, 0, NULL}
|
|
};
|
|
|
|
fixed_ddr_parm_t fixed_ddr_parm_1[] = {
|
|
{0, 0, NULL}
|
|
};
|