commit | c10848d1d5a2209b0cb7ae925f3fdda8d1917f4b | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Feb 16 01:20:25 2017 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Apr 05 15:03:17 2017 +0530 |
tree | 274a7a7513e8505d9a0ea9af1ec3be550a1c5a16 | |
parent | 3a63c231798de567498dc5df7e8ea89664daa1b2 [diff] |
SPI: SPL: sunxi: fix 64-bit build Addresses passed on to readl and writel are expected to be of the same size as a pointer. Change the parameter types of sunxi_spi0_read_data() to make the compiler happy and allow a warning-free aarch64 compile. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>