openwrt/package/boot/uboot-sunxi
Georgi Valkov 3cc57ba462 uboot-sunxi: add missing type __u64
Non Linux systems e.g. macOS lack the __u64 type and produce build errors:
In file included from tools/aisimage.c:9:
In file included from include/image.h:19:
In file included from ./arch/arm/include/asm/byteorder.h:29:
In file included from include/linux/byteorder/little_endian.h:13:
include/linux/types.h:146:9: error: unknown type name '__u64'; did you mean '__s64'?
typedef __u64 __bitwise __le64;

Resolved by declaring __u64 in include/linux/types.h
Build tested on macOS and Ubuntu.

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
2021-03-01 00:34:23 +01:00
..
patches uboot-sunxi: add missing type __u64 2021-03-01 00:34:23 +01:00
Makefile sunxi: add support for linksprite pcDuino3 nano board 2021-01-27 23:14:30 +01:00
uEnv-a64.txt uboot-sunxi: a64: allow booting directly from eMMC 2020-03-28 13:03:02 +01:00
uEnv-default.txt package: uboot-sunxi: various changes - bump to 2016.03 - add bugfixes related to 2016.03 update - sync DTS files with mainline - add support for non-standard uEnv.txt - add initial support for Theobroma A31-yQ7 devboard 2016-03-29 11:42:14 +00:00
uEnv-pangolin.txt package: uboot-sunxi: various changes - bump to 2016.03 - add bugfixes related to 2016.03 update - sync DTS files with mainline - add support for non-standard uEnv.txt - add initial support for Theobroma A31-yQ7 devboard 2016-03-29 11:42:14 +00:00