diff options
author | Timur Tabi <timur@freescale.com> | 2012-12-12 11:07:12 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-01-30 11:25:08 -0600 |
commit | de757a7af05239fec359a13347b1c05ecbb59944 (patch) | |
tree | 36dae5df97dcc25e11ecbf19b2d639860553e8e2 /board/freescale/mpc8360erdk/mpc8360erdk.c | |
parent | 220d506af3dd45b8e5a79267d46171fa8487066b (diff) | |
download | u-boot-imx-de757a7af05239fec359a13347b1c05ecbb59944.zip u-boot-imx-de757a7af05239fec359a13347b1c05ecbb59944.tar.gz u-boot-imx-de757a7af05239fec359a13347b1c05ecbb59944.tar.bz2 |
powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.c
Static variables should be defined in C files, not header files, because
otherwise every C file that #includes the header file will generate a
duplicate of the variables. Since the vsc3316_xxx[] arrays are only
used by t4qds.c anyway, just put the variables there.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/freescale/mpc8360erdk/mpc8360erdk.c')
0 files changed, 0 insertions, 0 deletions