commit | 03317cc33a585c7de23e1842afc4e5193066fc42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 14 14:02:57 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 26 20:50:29 2016 -0600 |
tree | 4f47af742bcbdd7c5bc87eb4e4c8db9d109b727b | |
parent | 2821d91aeaf5d55d37ce35590b4fc2bf7d938585 [diff] |
mmc: Use byte array for multipliers We don't need an int since no value is over 80. This saves a small amount of SPL space (about 44 bytes). Signed-off-by: Simon Glass <sjg@chromium.org>