commit | 9dd920441baa5fed7ffec3f6a3da9417b86cc469 | [log] [tgz] |
---|---|---|
author | Jonathan Gray <jsg@jsg.id.au> | Sun Dec 11 14:51:13 2016 +1100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 27 11:24:12 2016 -0500 |
tree | 854b4b6ca98ef54db9a6bd8a7d8f87f8e7c5d5f4 | |
parent | 36901a468a0c1886624e6b6fd5a1e5bbec09dadb [diff] |
relocate-rela: use compiler.h endian macros Use the endian macros from u-boot's compiler.h instead of duplicating the definitions. This also avoids a build error on OpenBSD by removing swap64 which collides with a system definition in endian.h pulled in by inttypes.h. Signed-off-by: Jonathan Gray <jsg@jsg.id.au>