commit | ee1d825df5be1586a1317a5e60659d6a5a2224fe | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Mar 29 17:29:09 2016 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Apr 01 09:52:28 2016 +0200 |
tree | 0c4ee763250d33057c6ac5ca7fa085d3757b438b | |
parent | 0099be075f3d738df2ada9027e603ca66a093fda [diff] |
sunxi: Explicitly cast u32 pointer conversions Some parts of the sunxi code cast explicitly between u32 values and pointers. This is not a problem in practice, because all 64bit SoCs today only use the lower 32 bits for their phyical address space. But we need to make sure that the compiler is sure this is not an accident as well. Signed-off-by: Alexander Graf <agraf@suse.de> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>