mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
944537c56e
commit
140ad2d899
6 changed files with 0 additions and 6 deletions
|
@ -40,7 +40,6 @@ typedef struct dimm_params_s {
|
|||
unsigned int n_banks_per_sdram_device;
|
||||
#endif
|
||||
unsigned int burst_lengths_bitmask; /* BL=4 bit 2, BL=8 = bit 3 */
|
||||
unsigned int row_density;
|
||||
|
||||
/* used in computing base address of DIMMs */
|
||||
unsigned long long base_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue