u-boot-brain/arch/powerpc/cpu/mpc8xxx/ddr
Kim Phillips 2ed2e9121f arch/powerpc/cpu/mpc8xxx/: sparse fixes
ctrl_regs.c:31:5: warning: symbol 'fsl_ddr_get_version' was not declared. Should it be static?
cpu.c:135:14: warning: non-ANSI function declaration of function 'cpu_mask'
cpu.c:154:18: warning: non-ANSI function declaration of function 'cpu_numcores'
cpu.c:37:17: warning: symbol 'cpu_type_list' was not declared. Should it be static?
cpu.c:117:17: warning: symbol 'cpu_type_unknown' was not declared. Should it be static?
fsl_lbc.c:14:6: warning: symbol '__lbc_sdram_init' was not declared. Should it be static?

and:

lc_common_dimm_params.c:15:1: warning: symbol 'compute_cas_latency_ddr3' was not declared. Should it be static?

making it static produces the following compiler warning:

lc_common_dimm_params.c:15:1: warning: 'compute_cas_latency_ddr3' defined but not used [-Wunused-function]

so we protect it with the preprocessor.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2012-11-04 11:00:36 -07:00
..
common_timing_params.h powerpc/8xxx: Enable DDR3 RDIMM support 2010-07-26 13:16:10 -05:00
ctrl_regs.c arch/powerpc/cpu/mpc8xxx/: sparse fixes 2012-11-04 11:00:36 -07:00
ddr1_dimm_params.c GCC4.6: Squash warnings in ddr[123]_dimm_params.c 2011-10-27 23:54:00 +02:00
ddr2_dimm_params.c GCC4.6: Squash warnings in ddr[123]_dimm_params.c 2011-10-27 23:54:00 +02:00
ddr3_dimm_params.c powerpc/mpc8xxx: Add fine timing support for DDR3 2012-08-23 12:16:55 -05:00
ddr.h powerpc/8xxx: Add support for interactive DDR programming interface 2011-10-09 17:57:53 -05:00
interactive.c powerpc/mpc8xxx: Update DDR registers 2012-10-22 14:31:26 -05:00
lc_common_dimm_params.c arch/powerpc/cpu/mpc8xxx/: sparse fixes 2012-11-04 11:00:36 -07:00
main.c powerpc/mpc8xxx: Fix DDR SPD failed message 2012-10-22 14:31:31 -05:00
Makefile powerpc/8xxx: Add support for interactive DDR programming interface 2011-10-09 17:57:53 -05:00
options.c powerpc/mpc8xxx: Add auto select bank interleaving mode 2012-10-22 14:31:30 -05:00
util.c powerpc/mpc85xx: software workaround for DDR erratum A-004468 2012-10-22 14:31:28 -05:00