commit | da86e8cfcb03ed5c1d8e0718bc8bc8583e60ced8 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Sep 23 12:42:47 2020 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Oct 12 15:48:50 2020 +0800 |
tree | 0c8624d786d3408fece575dea9082234a730e8dd | |
parent | 9098682200e6cca4b776638a51200dafa16f50fb [diff] |
mmc: fsl_esdhc: simplify 64bit check for SDMA transfers SDMA can only do DMA with 32 bit addresses. This is true for all architectures (just doesn't apply to 32 bit ones). Simplify the code and remove unnecessary CONFIG_FSL_LAYERSCAPE. Also make the error message more concise. Signed-off-by: Michael Walle <michael@walle.cc>