Forked from
Reform / reform-boundary-uboot
44379 commits behind the upstream repository.
-
Rabin Vincent authored
The generic MMC core uses direct long long divisions, which do not build with ARM EABI toolchains. Use lldiv() instead, which works everywhere. Signed-off-by:
Rabin Vincent <rabin@rab.in>
Rabin Vincent authoredThe generic MMC core uses direct long long divisions, which do not build with ARM EABI toolchains. Use lldiv() instead, which works everywhere. Signed-off-by:
Rabin Vincent <rabin@rab.in>
mmc.c 17.77 KiB