]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: refactor cmd_ddrphy
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 21:53:45 +0000 (06:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 29 Jan 2017 11:59:08 +0000 (20:59 +0900)
commitbf52091786bd80368e54d33babe04534192805ed
treed5e8311d0b0421a3d85090163385223ce1ada739
parentc995f3a3c5263c2e424064fac81f169846b6d25e
ARM: uniphier: refactor cmd_ddrphy

It seems more readable to use arrays to get SoC specific parameters
instead of the crappy switch statement.

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