commit | 127c8b111a5bb690480e1da5eb20d2f2d4d5c793 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 17 22:49:36 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 23 10:49:58 2018 -0400 |
tree | 69c02b590b7f862a92c40d854ad4cd1f2451ca2e | |
parent | 94fee61bdc182b2140c32d79db26ca50e7b2187f [diff] |
mmc: avoid division by zero in meson_mmc_config_clock The Odroid C2 fails to read from mmc with U-Boot v2018.03. The change avoids a division by zero. The fix was suggested by Jaehoon in https://lists.denx.de/pipermail/u-boot/2018-January/318577.html Reported-by: Vagrant Cascadian <vagrant@debian.org> Suggested-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Tested-by: Vagrant Cascadian <vagrant@debian.org>