commit | 1275a44e2f0579aba11d59c92c1717d5f9abc5e9 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Wed May 03 23:31:58 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 16:45:56 2017 -0400 |
tree | 7085ec25b41672e37ae25ab94292ef0390cf4ffa | |
parent | cc93834dee106553e76b69b5cedab2de0c506fff [diff] |
arm64: mvebu: incorrect check of fdt address cells In dram_init_banksize there seems to be a typo concerning a plausibility check of the fdt. Testing sc > 2 twice does not make any sense. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>