commit | cf3e4173a6071b632a601f60eb529ff209b05ea5 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 26 14:21:50 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 29 03:50:16 2016 +0900 |
tree | d6c577c517652594178eadb9ce9529dcc2ec6881 | |
parent | c9b5edf5ac10b3d78be3874c7745bae26ff25122 [diff] |
ARM: uniphier: rework DRAM size handling in UMC init code Currently, DRAM size is converted twice: size in byte -> size in Gbit -> enum Optimize the code by converting the "size in byte" into enum directly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>