mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
980fe1ab2a
Intel iDMA 32-bit controller has 17 bits for the maximum block size value.
Due to nature of the binary number representation the maximum value is
2^17 - 1. The original code misses the latter part in equation.
Fixes:
|
||
---|---|---|
.. | ||
acpi.c | ||
car.S | ||
Kconfig | ||
Makefile | ||
pinmux.c | ||
sdram.c | ||
sysreset.c | ||
tangier.c |