commit | fd14397e93894995116583aced817f2fad9ac57b | [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 | 9a71844a381b606d1c9c28c5974e389671ee1cd5 [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>