mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
powerpc/8xxx: Enable quad-rank DIMMs.
Previous code presumes each DIMM has up to two rank (chip select). Newer DDR controller supports up to four chip select on one DIMM. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
@@ -172,6 +172,7 @@ typedef struct memctl_options_s {
|
||||
unsigned int OTF_burst_chop_en;
|
||||
/* mirrior DIMMs for DDR3 */
|
||||
unsigned int mirrored_dimm;
|
||||
unsigned int quad_rank_present;
|
||||
|
||||
/* Global Timing Parameters */
|
||||
unsigned int cas_latency_override;
|
||||
|
||||
Reference in New Issue
Block a user