]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/mmc.c
mmc: Use byte array for multipliers
authorSimon Glass <sjg@chromium.org>
Sat, 14 May 2016 20:02:57 +0000 (14:02 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 27 May 2016 02:50:29 +0000 (20:50 -0600)
commit61fe076f0fceaa00bcbb8901504aedf1d1096293
tree4f47af742bcbdd7c5bc87eb4e4c8db9d109b727b
parent9cf7b1a74c8c17145e39d34893cce763e098efd2
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>
drivers/mmc/mmc.c