commit | 5a74a3912970d4fa5625237f0117ca08c2878f29 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Sep 05 01:32:41 2016 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Sep 06 13:35:52 2016 +0200 |
tree | 69c263e6c3ebee469944395954f93420d64e110d | |
parent | fa855d3d557a33c3c59f260302a94a8e8a0051b1 [diff] |
sunxi: fix 64-bit compiler warning for SPL header parsing Casting "int"s to pointers is only valid for 32-bit systems. Add the appropriate pointer type cast to avoid a compiler warning when compiling for AArch64. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Siarhei Siamashka <siarhei.siamashka@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>