sdram_init: use 60ohm as rtt_wr default value
Seems the best for point to point according to tn4113_ddr3_point_to_point_design
This commit is contained in:
parent
522cbc97a1
commit
ae6f10a7e1
|
@ -210,7 +210,7 @@ const unsigned int sdram_dfii_pix_rddata_addr[{n}] = {{
|
||||||
|
|
||||||
# default electrical settings (point to point)
|
# default electrical settings (point to point)
|
||||||
rtt_nom = "60ohm"
|
rtt_nom = "60ohm"
|
||||||
rtt_wr = "120ohm"
|
rtt_wr = "60ohm"
|
||||||
ron = "34ohm"
|
ron = "34ohm"
|
||||||
|
|
||||||
# override electrical settings if specified
|
# override electrical settings if specified
|
||||||
|
|
Loading…
Reference in New Issue