mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 02:45:39 +01:00
drivers/ddr/fsl: Cleanup unused variable
Variable "row_density" is no longer used. Drop it from DIMM structure. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@@ -270,7 +270,6 @@ unsigned int ddr_compute_dimm_parameters(const unsigned int ctrl_num,
|
||||
pdimm->n_banks_per_sdram_device = spd->nbanks;
|
||||
pdimm->edc_config = spd->config;
|
||||
pdimm->burst_lengths_bitmask = spd->burstl;
|
||||
pdimm->row_density = spd->bank_dens;
|
||||
|
||||
/*
|
||||
* Calculate the Maximum Data Rate based on the Minimum Cycle time.
|
||||
|
||||
Reference in New Issue
Block a user