Commit 11d15c3e authored by Toshiyuki Ogasahara's avatar Toshiyuki Ogasahara Committed by Marek Vasut
Browse files

rcar_gen3: plat: Change periodic write DQ training option.



Periodic write DQ training available as default.
Signed-off-by: default avatarToshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>
Signed-off-by: default avatarYoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com>
Change-Id: I649cfe538e4e2c7e19145ce7d1938ce4361b2529
parent c554e1ad
...@@ -265,7 +265,7 @@ $(eval $(call add_define,RCAR_REF_INT)) ...@@ -265,7 +265,7 @@ $(eval $(call add_define,RCAR_REF_INT))
# Process RCAR_REWT_TRAINING flag # Process RCAR_REWT_TRAINING flag
ifndef RCAR_REWT_TRAINING ifndef RCAR_REWT_TRAINING
RCAR_REWT_TRAINING := 0 RCAR_REWT_TRAINING := 1
endif endif
$(eval $(call add_define,RCAR_REWT_TRAINING)) $(eval $(call add_define,RCAR_REWT_TRAINING))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment