powerpc: Fix CamelCase warnings in DDR related code
Some DDR related structures present in fsl_ddr_dimm_params.h, fsl_ddr_sdram.h, ddr_spd.h has various parameters with embedded acronyms capitalized that trigger the CamelCase warning in checkpatch.pl Convert those variable names to smallcase naming convention and modify all files which are using these structures with modified structures. Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
This commit is contained in:
@@ -108,7 +108,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
|
||||
ddr_freq <= pbsp->datarate_mhz_high) {
|
||||
popts->clk_adjust = pbsp->clk_adjust;
|
||||
popts->cpo_override = pbsp->cpo;
|
||||
popts->twoT_en = 0;
|
||||
popts->twot_en = 0;
|
||||
break;
|
||||
}
|
||||
pbsp++;
|
||||
|
||||
Reference in New Issue
Block a user