]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: optimize PH1-Pro4 UMC init code with "for" loop
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 05:21:49 +0000 (14:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
commit9a71844a381b606d1c9c28c5974e389671ee1cd5
tree9fd7318f4af8c1c8343d8c2daa84f83cb18a2971
parentb8708487958d3846aabf306387e5f1c10948f228
ARM: uniphier: optimize PH1-Pro4 UMC init code with "for" loop

Now this code can be re-written with a "for" statement instead of
calling the same function multiple times.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/dram/umc-ph1-pro4.c