commit | ac4e673b6ef7fff9ab31c2d04c51ede51245ac2a | [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 | 8f97727686d5062bd9902d0e5e13b2daf1bdc476 [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>