Searched hist:b2dfd100bc43863f467f552a7bb26932810f2f5e (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ddr/altera/ |
| H A D | sequencer.c | b2dfd100bc43863f467f552a7bb26932810f2f5e Mon Jul 20 06:03:11 UTC 2015 Marek Vasut <marex@denx.de> ddr: altera: Clean up set_rank_and_odt_mask() part 1
First, invert the logic of the if (odt_mode == ...) conditional to make the OFF mode harder to miss. It is a short piece of code right at the end, so move it up.
Also, clean up data types and constify where applicable and clean up the cs_and_odt_mask assignment. No functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
|