mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
ARMv8/LS2085A: Enable auto precharge for DP-DDR
DP-DDR benefits from auto precharge because of its specific application. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
03e664d8f4
commit
2aa44a2498
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ found:
|
|||
popts->data_bus_width = 1;
|
||||
popts->otf_burst_chop_en = 0;
|
||||
popts->burst_length = DDR_BL8;
|
||||
popts->bstopre = 0; /* enable auto precharge */
|
||||
}
|
||||
/*
|
||||
* Factors to consider for half-strength driver enable:
|
||||
|
|
Loading…
Add table
Reference in a new issue